diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9228f01..d3f2194 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,10 +45,11 @@ export default function AboutPage() { { value: "18+", title: "Years of Excellence" }, { value: "5000+", title: "Satisfied Customers Worldwide" } ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg" imageAlt="Prestige Timepieces Store" useInvertedBackground={false} mediaAnimation="blur-reveal" + metricsAnimation="slide-up" /> @@ -91,8 +92,7 @@ export default function AboutPage() { logoText="Prestige Timepieces" columns={[ { - title: "Collections", - items: [ + title: "Collections", items: [ { label: "All Watches", href: "/collections" }, { label: "Rolex", href: "/collections" }, { label: "Omega", href: "/collections" }, @@ -100,8 +100,7 @@ export default function AboutPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Expertise", href: "/about" }, @@ -109,8 +108,7 @@ export default function AboutPage() { ] }, { - title: "Customer Service", - items: [ + title: "Customer Service", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "/contact" }, { label: "Shipping & Returns", href: "/contact" }, @@ -118,8 +116,7 @@ export default function AboutPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/" }, { label: "Terms of Service", href: "/" }, { label: "Cookie Policy", href: "/" }