Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 07:39:23 +00:00

View File

@@ -34,9 +34,7 @@ export default function AccountPage() {
<NavbarStyleCentered
navItems={navItems}
button={{
text: "Book Now",
href: "/booking",
}}
text: "Book Now", href: "/booking"}}
brandName="Salon Elegance"
/>
</div>
@@ -50,16 +48,12 @@ export default function AccountPage() {
background={{ variant: "floatingGradient" }}
buttons={[
{
text: "View Appointments",
href: "/booking",
},
text: "View Appointments", href: "/booking"},
{
text: "Update Profile",
href: "/account",
},
text: "Update Profile", href: "/account"},
]}
imageSrc="http://img.b2bpic.net/free-vector/modern-weekly-schedule-template-with-flat-design_23-2147942251.jpg?_wi=3"
imageAlt: "Account management dashboard interface"
imageSrc="http://img.b2bpic.net/free-vector/modern-weekly-schedule-template-with-flat-design_23-2147942251.jpg"
imageAlt="Account management dashboard interface"
mediaAnimation="slide-up"
imagePosition="right"
/>
@@ -71,24 +65,16 @@ export default function AccountPage() {
tag="Account Stats"
metrics={[
{
id: "1",
value: "8",
description: "Total appointments booked with Salon Elegance"
id: "1", value: "8", description: "Total appointments booked with Salon Elegance"
},
{
id: "2",
value: "5",
description: "Favorite stylists you regularly visit"
id: "2", value: "5", description: "Favorite stylists you regularly visit"
},
{
id: "3",
value: "3",
description: "Upcoming appointments scheduled"
id: "3", value: "3", description: "Upcoming appointments scheduled"
},
{
id: "4",
value: "100%",
description: "Satisfaction rate from completed services"
id: "4", value: "100%", description: "Satisfaction rate from completed services"
}
]}
useInvertedBackground={false}
@@ -103,13 +89,9 @@ export default function AccountPage() {
description="Our dedicated support team is here to assist you with any questions about your bookings, preferences, or account settings. Reach out anytime during our business hours."
buttons={[
{
text: "Contact Support",
href: "/contact",
},
text: "Contact Support", href: "/contact"},
{
text: "View FAQ",
href: "/booking",
},
text: "View FAQ", href: "/booking"},
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -120,13 +102,9 @@ export default function AccountPage() {
<FooterLogoReveal
logoText="Salon Elegance"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ThemeProvider>