diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index a3bfe30..19db8b3 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -14,7 +14,7 @@ export default function AccountPage() {

My Account

Dashboard content goes here.
- + ); diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx index 7e0eeaf..87ad6ad 100644 --- a/src/app/checkout/page.tsx +++ b/src/app/checkout/page.tsx @@ -14,7 +14,7 @@ export default function CheckoutPage() {

Checkout

Checkout form goes here.
- + ); diff --git a/src/app/order-confirmation/page.tsx b/src/app/order-confirmation/page.tsx index 24b0236..bd8376a 100644 --- a/src/app/order-confirmation/page.tsx +++ b/src/app/order-confirmation/page.tsx @@ -14,7 +14,7 @@ export default function OrderConfirmationPage() {

Thank you for your order!

Your order has been placed successfully.

- + );