diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 26cb2fb..065e763 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -24,7 +24,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="medium" - background="fluid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -36,9 +36,7 @@ export default function AboutPage() { brandName="PriceMatch" navItems={navItems} button={{ - text: "Start Comparing", - href: "https://example.com/compare", - }} + text: "Start Comparing", href: "https://example.com/compare"}} className="fixed top-4 right-4 z-50" buttonClassName="bg-gradient-to-r from-red-600 to-red-500 hover:shadow-lg transition-shadow" /> @@ -51,15 +49,13 @@ export default function AboutPage() { description="We aggregate real-time pricing data from India's largest e-commerce platforms to empower consumers. Our mission is to eliminate hidden pricing tactics and help you make informed decisions on every purchase." tag="Our Mission" tagIcon={Target} - tagAnimation="fade" + tagAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqkmeCOj2DrEFyYdtrRqQmsEsb/a-diverse-team-of-indian-professionals-w-1773327826682-5df5c692.png" imageAlt="Team working on price comparison platform" useInvertedBackground={true} buttons={[ { - text: "Learn Our Story", - href: "#team", - }, + text: "Learn Our Story", href: "#team"}, ]} /> @@ -73,20 +69,11 @@ export default function AboutPage() { tagAnimation="slide-up" faqs={[ { - id: "1", - title: "What is PriceMatch's mission?", - content: "Our mission is to empower Indian consumers with transparent pricing information across all major e-commerce platforms. We believe in eliminating hidden costs and helping shoppers make informed purchasing decisions that save them money.", - }, + id: "1", title: "What is PriceMatch's mission?", content: "Our mission is to empower Indian consumers with transparent pricing information across all major e-commerce platforms. We believe in eliminating hidden costs and helping shoppers make informed purchasing decisions that save them money."}, { - id: "2", - title: "How did PriceMatch start?", - content: "PriceMatch was founded by a group of engineers and designers frustrated with inconsistent pricing across platforms. We realized that the same product could cost 10-20% more on one platform than another, and consumers had no way to know. We built PriceMatch to solve this problem.", - }, + id: "2", title: "How did PriceMatch start?", content: "PriceMatch was founded by a group of engineers and designers frustrated with inconsistent pricing across platforms. We realized that the same product could cost 10-20% more on one platform than another, and consumers had no way to know. We built PriceMatch to solve this problem."}, { - id: "3", - title: "What makes PriceMatch different?", - content: "Unlike other price comparison tools, we include delivery fees, minimum order amounts, and location-based pricing variations. We don't hide the real cost - what you see is what you pay. Our AI-powered matching ensures 95% accuracy in product comparison.", - }, + id: "3", title: "What makes PriceMatch different?", content: "Unlike other price comparison tools, we include delivery fees, minimum order amounts, and location-based pricing variations. We don't hide the real cost - what you see is what you pay. Our AI-powered matching ensures 95% accuracy in product comparison."}, ]} textboxLayout="default" useInvertedBackground={false} @@ -98,14 +85,13 @@ export default function AboutPage() { {/* Footer */}