diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx
index 1c6920f..b4f0d5b 100644
--- a/src/app/account/page.tsx
+++ b/src/app/account/page.tsx
@@ -34,9 +34,7 @@ export default function AccountPage() {
@@ -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() {