Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Prem Prakash Sharma committed Aug 2, 2024
1 parent 4927745 commit 39117bc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/coinbase/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Coinbase() {
onClick={handleBuy}
className="w-full rounded-md bg-slate-900 px-5 py-2.5 text-center text-sm font-medium text-white hover:bg-gray-700 focus:outline-none focus:ring-4 focus:ring-blue-300"
>
{loading ? "Loading..." : "Hire Me"}
{loading ? "Loading..." : "Buy Now"}
</button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/paypal/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function Paypal() {
onClick={handleBuy}
className="w-full rounded-md bg-slate-900 px-5 py-2.5 text-center text-sm font-medium text-white hover:bg-gray-700 focus:outline-none focus:ring-4 focus:ring-blue-300"
>
{loading ? "Loading..." : "Hire Me"}
{loading ? "Loading..." : "Buy Now"}
</button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/razorpay/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function Razorpay() {
onClick={handleBuy}
className="w-full rounded-md bg-slate-900 px-5 py-2.5 text-center text-sm font-medium text-white hover:bg-gray-700 focus:outline-none focus:ring-4 focus:ring-blue-300"
>
{loading ? "Loading..." : "Hire Me"}
{loading ? "Loading..." : "Buy Now"}
</button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/stripe/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function Stripe() {
onClick={handleBuy}
className="w-full rounded-md bg-slate-900 px-5 py-2.5 text-center text-sm font-medium text-white hover:bg-gray-700 focus:outline-none focus:ring-4 focus:ring-blue-300"
>
{loading ? "Loading..." : "Hire Me"}
{loading ? "Loading..." : "Buy Now"}
</button>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions data/products.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[
{
"id": 1,
"name": "Full Stack Developer",
"name": "Red Nike sneaker",
"price": 500,
"discount": 30,
"image": "/images/profile.png"
"image": "/images/product.jpg"
}
]
Binary file added public/images/product.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 39117bc

Please sign in to comment.