Update src/app/about/page.tsx
This commit is contained in:
@@ -18,13 +18,7 @@ const navItems = [
|
||||
];
|
||||
|
||||
const assetMap: Record<string, string> = {
|
||||
"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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -137,32 +119,17 @@ export default function AboutPage() {
|
||||
<TestimonialCardTwo
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
role: "Yoga Instructor & Studio Owner",
|
||||
testimonial:
|
||||
"The quality is exceptional. My students love the custom bags we ordered for our studio. It's become a signature part of our brand. ANVAYA ROOTS made the entire process seamless.",
|
||||
imageSrc: getAssetUrl("testimonial-1"),
|
||||
imageAlt: "Priya Sharma - Yoga Instructor",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", role: "Yoga Instructor & Studio Owner", testimonial:
|
||||
"The quality is exceptional. My students love the custom bags we ordered for our studio. It's become a signature part of our brand. ANVAYA ROOTS made the entire process seamless.", imageSrc: getAssetUrl("testimonial-1"),
|
||||
imageAlt: "Priya Sharma - Yoga Instructor"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Aarav Singh",
|
||||
role: "Wellness Coach",
|
||||
testimonial:
|
||||
"I've tried many yoga mat bags, but ANVAYA ROOTS stands out. The craftsmanship is evident in every stitch, and the sustainable materials align perfectly with my values.",
|
||||
imageSrc: getAssetUrl("testimonial-2"),
|
||||
imageAlt: "Aarav Singh - Wellness Coach",
|
||||
},
|
||||
id: "2", name: "Aarav Singh", role: "Wellness Coach", testimonial:
|
||||
"I've tried many yoga mat bags, but ANVAYA ROOTS stands out. The craftsmanship is evident in every stitch, and the sustainable materials align perfectly with my values.", imageSrc: getAssetUrl("testimonial-2"),
|
||||
imageAlt: "Aarav Singh - Wellness Coach"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rohan Chatterjee",
|
||||
role: "Sustainable Living Advocate",
|
||||
testimonial:
|
||||
"As someone passionate about eco-conscious products, ANVAYA ROOTS checks all boxes. Beautiful, durable, and truly sustainable. Supporting local artisans has never felt better.",
|
||||
imageSrc: getAssetUrl("testimonial-3"),
|
||||
imageAlt: "Rohan Chatterjee - Sustainability Advocate",
|
||||
},
|
||||
id: "3", name: "Rohan Chatterjee", role: "Sustainable Living Advocate", testimonial:
|
||||
"As someone passionate about eco-conscious products, ANVAYA ROOTS checks all boxes. Beautiful, durable, and truly sustainable. Supporting local artisans has never felt better.", imageSrc: getAssetUrl("testimonial-3"),
|
||||
imageAlt: "Rohan Chatterjee - Sustainability Advocate"},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
title="Trusted by Practitioners Worldwide"
|
||||
@@ -188,7 +155,7 @@ export default function AboutPage() {
|
||||
{ text: "Get in Touch", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -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: "#" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user