From 38deddd176a83d8ff8334e59a795f32567617231 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 14:52:13 +0000 Subject: [PATCH] Update src/app/account/page.tsx --- src/app/account/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 */}