Update src/app/about/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Explore Products",
|
||||
href: "/browse",
|
||||
}}
|
||||
text: "Explore Products", href: "/browse"}}
|
||||
brandName="ProdFound"
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "Product Designer",
|
||||
company: "Tech Startup",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
|
||||
imageAlt: "Sarah Chen profile photo",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", role: "Product Designer", company: "Tech Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Chen profile photo"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Johnson",
|
||||
role: "Entrepreneur",
|
||||
company: "Small Business Owner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg?_wi=2",
|
||||
imageAlt: "Marcus Johnson profile photo",
|
||||
},
|
||||
id: "2", name: "Marcus Johnson", role: "Entrepreneur", company: "Small Business Owner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg", imageAlt: "Marcus Johnson profile photo"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
role: "Creative Director",
|
||||
company: "Design Agency",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-brunette-glasses-street-with-interesting-architecture-background_613910-14022.jpg?_wi=2",
|
||||
imageAlt: "Emma Rodriguez profile photo",
|
||||
},
|
||||
id: "3", name: "Emma Rodriguez", role: "Creative Director", company: "Design Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-brunette-glasses-street-with-interesting-architecture-background_613910-14022.jpg", imageAlt: "Emma Rodriguez profile photo"},
|
||||
]}
|
||||
title="What Our Community Says"
|
||||
description="Real stories from users who've discovered amazing products through ProdFound"
|
||||
@@ -188,9 +145,7 @@ export default function AboutPage() {
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More Stories",
|
||||
href: "#",
|
||||
},
|
||||
text: "Read More Stories", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user