From b4a048f77ae515edca3b8c85616d75b07832f2b1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:48:27 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 100 +++++++++++++---------------------------- 1 file changed, 31 insertions(+), 69 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e2ea5ba..7c0b6c6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,13 +18,7 @@ const navItems = [ ]; const assetMap: Record = { - "about-founder": "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg", - "testimonial-1": "http://img.b2bpic.net/free-photo/indoor-photo-young-blond-woman-doing-yoga-exercises-practicing-meditation-sitting-lotos-pose-yoga-class_273443-5278.jpg", - "testimonial-2": "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg", - "testimonial-3": "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg", - "testimonial-4": "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", - "footer-media": "http://img.b2bpic.net/free-photo/woman-concentrating-water_23-2147677917.jpg", -}; + "about-founder": "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg", "testimonial-1": "http://img.b2bpic.net/free-photo/indoor-photo-young-blond-woman-doing-yoga-exercises-practicing-meditation-sitting-lotos-pose-yoga-class_273443-5278.jpg", "testimonial-2": "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg", "testimonial-3": "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg", "testimonial-4": "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", "footer-media": "http://img.b2bpic.net/free-photo/woman-concentrating-water_23-2147677917.jpg"}; const getAssetUrl = (assetId: string): string => { return assetMap[assetId] || "/placeholders/placeholder1.webp"; @@ -38,7 +32,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="circleGradient" + background="none" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -50,9 +44,7 @@ export default function AboutPage() { brandName="ANVAYA ROOTS" navItems={navItems} button={{ - text: "Call Now", - href: "tel:+919876543210", - }} + text: "Call Now", href: "tel:+919876543210"}} buttonClassName="bg-primary-cta hover:bg-primary-cta/90 text-primary-cta-text font-semibold rounded-soft px-4 py-2" /> @@ -66,22 +58,16 @@ export default function AboutPage() { tagAnimation="slide-up" bulletPoints={[ { - title: "Rooted in Heritage", - description: - "We partner with traditional artisans across India who have perfected their craft over generations. Their skills, dedication, and artistry are the heart of every ANVAYA ROOTS bag.", - icon: CheckCircle, + title: "Rooted in Heritage", description: + "We partner with traditional artisans across India who have perfected their craft over generations. Their skills, dedication, and artistry are the heart of every ANVAYA ROOTS bag.", icon: CheckCircle, }, { - title: "Sustainable Mission", - description: - "Every material choice reflects our commitment to the planet. We source organic, eco-friendly fabrics and use natural dyes whenever possible.", - icon: Leaf, + title: "Sustainable Mission", description: + "Every material choice reflects our commitment to the planet. We source organic, eco-friendly fabrics and use natural dyes whenever possible.", icon: Leaf, }, { - title: "Community First", - description: - "We believe in fair wages, safe working conditions, and direct relationships with our makers. Supporting artisans means supporting entire communities.", - icon: Users, + title: "Community First", description: + "We believe in fair wages, safe working conditions, and direct relationships with our makers. Supporting artisans means supporting entire communities.", icon: Users, }, ]} imageSrc={getAssetUrl("about-founder")} @@ -91,6 +77,7 @@ export default function AboutPage() { useInvertedBackground={false} buttons={[{ text: "Shop Handcrafted Bags", href: "/shop" }]} buttonAnimation="slide-up" + mediaAnimation="slide-up" /> @@ -104,22 +91,16 @@ export default function AboutPage() { tagAnimation="slide-up" bulletPoints={[ { - title: "Durability Built In", - description: - "Our premium stitching and material quality mean your bag will outlast trends and become a trusted companion for years of practice.", - icon: Shield, + title: "Durability Built In", description: + "Our premium stitching and material quality mean your bag will outlast trends and become a trusted companion for years of practice.", icon: Shield, }, { - title: "Customization as Standard", - description: - "We don't believe in one-size-fits-all. Whether you need custom sizing, unique prints, or personal embroidery, we make it happen.", - icon: Palette, + title: "Customization as Standard", description: + "We don't believe in one-size-fits-all. Whether you need custom sizing, unique prints, or personal embroidery, we make it happen.", icon: Palette, }, { - title: "Direct Connection", - description: - "No middlemen. You connect directly with our team, ensuring transparent, honest communication from order to delivery.", - icon: Users, + title: "Direct Connection", description: + "No middlemen. You connect directly with our team, ensuring transparent, honest communication from order to delivery.", icon: Users, }, ]} imageSrc={getAssetUrl("testimonial-4")} @@ -129,6 +110,7 @@ export default function AboutPage() { useInvertedBackground={true} buttons={[{ text: "Customize Your Bag", href: "/custom-order" }]} buttonAnimation="slide-up" + mediaAnimation="slide-up" /> @@ -137,32 +119,17 @@ export default function AboutPage() { @@ -202,8 +169,7 @@ export default function AboutPage() { copyrightText="© 2025 ANVAYA ROOTS. All rights reserved. Handcrafted in India." columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Featured Collection", href: "/shop" }, { label: "All Products", href: "/shop" }, { label: "Custom Order", href: "/custom-order" }, @@ -211,8 +177,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Sustainability", href: "/about" }, @@ -220,13 +185,10 @@ export default function AboutPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "WhatsApp", href: "https://wa.me/919876543210" }, { - label: "Instagram", - href: "https://instagram.com/anvayaroots", - }, + label: "Instagram", href: "https://instagram.com/anvayaroots"}, { label: "Email", href: "mailto:hello@anvayaroots.com" }, { label: "Privacy Policy", href: "#" }, ],