Update src/app/account/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<main className="min-h-screen py-32 sm:py-40 lg:py-48 bg-background">
|
||||
<div className="container mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<TextAnimation
|
||||
title="Your Account Panel"
|
||||
type="entrance-slide"
|
||||
className="text-center mb-16"
|
||||
/>
|
||||
>
|
||||
<h2 className="text-4xl font-semibold text-foreground">Your Account Panel</h2>
|
||||
</TextAnimation>
|
||||
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
|
||||
{/* Order History */}
|
||||
|
||||
Reference in New Issue
Block a user