diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index 83a2949..28f1d57 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -30,7 +30,7 @@ export default function AccountPanelPage() { { name: "Destinations", id: "destinations" }, { name: "Reviews", id: "reviews" }, { name: "Contact", id: "contact" }, - { name: "Account", href: "/account" } + { name: "Account", id: "/account" } ]} brandName="Luxuria" button={{ text: "Plan Your Trip", href: "/#contact" }} @@ -39,10 +39,11 @@ export default function AccountPanelPage() {
+ > +

Your Account Panel

+
{/* Order History */}