diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a183937..2a9baff 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,7 +16,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -49,7 +49,7 @@ export default function AboutPage() { { value: "100%", title: "Ethical Production & Fair Wages" }, { value: "50+", title: "Cultural Stories Told Through Fashion" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg" imageAlt="Beyond The Wall creative studio in Berlin" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -66,22 +66,13 @@ export default function AboutPage() { description="At the heart of Beyond The Wall is a commitment to authenticity, sustainability, and cultural respect. Our values guide every decision we make, from design to production to community engagement." accordionItems={[ { - id: "1", - title: "Authenticity in Representation", - content: "We work directly with Palestinian artists and cultural consultants to ensure every design authentically represents our heritage. No cultural appropriation—only genuine collaboration and celebration.", - }, + id: "1", title: "Authenticity in Representation", content: "We work directly with Palestinian artists and cultural consultants to ensure every design authentically represents our heritage. No cultural appropriation—only genuine collaboration and celebration."}, { - id: "2", - title: "Sustainable & Ethical Practices", - content: "From sourcing materials to manufacturing and shipping, we prioritize environmental responsibility and fair labor standards. Sustainability is not an afterthought; it's foundational to our business model.", - }, + id: "2", title: "Sustainable & Ethical Practices", content: "From sourcing materials to manufacturing and shipping, we prioritize environmental responsibility and fair labor standards. Sustainability is not an afterthought; it's foundational to our business model."}, { - id: "3", - title: "Community First", - content: "A portion of our profits directly supports Palestinian cultural initiatives, educational programs, and grassroots organizations. We measure success not just in sales, but in positive social impact.", - }, + id: "3", title: "Community First", content: "A portion of our profits directly supports Palestinian cultural initiatives, educational programs, and grassroots organizations. We measure success not just in sales, but in positive social impact."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-works-with-sewing-machine-sitting-table_8353-7835.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/woman-works-with-sewing-machine-sitting-table_8353-7835.jpg" imageAlt="Artisan craftsmanship and sustainable production" mediaAnimation="slide-up" tagAnimation="slide-up" @@ -98,29 +89,13 @@ export default function AboutPage() {