diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 338a26a..0ee0fc6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Browse All", href: "/browse" }, { label: "Categories", href: "/browse" }, { label: "Trending", href: "/browse" }, @@ -28,8 +27,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "How It Works", href: "/about" }, { label: "Blog", href: "#" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Help Center", href: "#" }, { label: "Contact Us", href: "#contact" }, { label: "FAQ", href: "#" }, @@ -46,8 +43,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -73,9 +69,7 @@ export default function AboutPage() { @@ -87,17 +81,13 @@ export default function AboutPage() { tag="Our Story" tagAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/selfcare-products-still-life_23-2149249572.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/selfcare-products-still-life_23-2149249572.jpg" imageAlt="ProdFound mission and vision" buttons={[ { - text: "Browse Products", - href: "/browse", - }, + text: "Browse Products", href: "/browse"}, { - text: "Contact Us", - href: "#contact", - }, + text: "Contact Us", href: "#contact"}, ]} buttonAnimation="slide-up" /> @@ -109,39 +99,24 @@ export default function AboutPage() { description="ProdFound combines discovery, curation, and community to bring you the best products. Here's what makes us different." tag="Our Process" tagAnimation="slide-up" - textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/crowd-people-with-phones_53876-20883.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/crowd-people-with-phones_53876-20883.jpg" imageAlt="Product discovery and curation process" mediaAnimation="slide-up" mediaPosition="right" accordionItems={[ { - id: "discovery", - title: "Smart Discovery Engine", - content: "Our AI-powered discovery engine scans thousands of products worldwide, identifying innovative items across categories like tech, lifestyle, home, and wellness. We source from verified sellers and premium brands to ensure quality.", - }, + id: "discovery", title: "Smart Discovery Engine", content: "Our AI-powered discovery engine scans thousands of products worldwide, identifying innovative items across categories like tech, lifestyle, home, and wellness. We source from verified sellers and premium brands to ensure quality."}, { - id: "curation", - title: "Expert Curation", - content: "Our curation team of lifestyle experts, tech enthusiasts, and designers hand-picks products that meet our rigorous standards. Every featured product is tested for quality, innovation, and value.", - }, + id: "curation", title: "Expert Curation", content: "Our curation team of lifestyle experts, tech enthusiasts, and designers hand-picks products that meet our rigorous standards. Every featured product is tested for quality, innovation, and value."}, { - id: "community", - title: "Community-Driven Reviews", - content: "Real customer reviews and ratings help you make informed decisions. Our community provides honest feedback and use cases that go beyond generic product descriptions.", - }, + id: "community", title: "Community-Driven Reviews", content: "Real customer reviews and ratings help you make informed decisions. Our community provides honest feedback and use cases that go beyond generic product descriptions."}, { - id: "trust", - title: "Trust & Transparency", - content: "We're committed to transparency in pricing, shipping, and returns. Every product comes with verified seller information, genuine customer testimonials, and straightforward purchase terms.", - }, + id: "trust", title: "Trust & Transparency", content: "We're committed to transparency in pricing, shipping, and returns. Every product comes with verified seller information, genuine customer testimonials, and straightforward purchase terms."}, ]} buttons={[ { - text: "Explore Curated Collections", - href: "/browse", - }, + text: "Explore Curated Collections", href: "/browse"}, ]} buttonAnimation="slide-up" /> @@ -151,32 +126,14 @@ export default function AboutPage() {