Update src/app/about/page.tsx

This commit is contained in:
2026-03-04 12:52:04 +00:00
parent e510640168
commit 921ca2d557

View File

@@ -16,7 +16,7 @@ export default function AboutPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -44,7 +44,7 @@ export default function AboutPage() {
description="We believe fashion should be bold, minimal, and accessible. AURA is dedicated to bringing premium quality pieces to young adults who refuse to compromise on style."
tag="Our Story"
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/positive-carefree-teenage-girl-with-bun-hairstyle-looks-happily-away-wears-stylish-green-costume-white-boots-blue-eyeliner-feels-good-poses-against-grey-concrete-wall-urban-lifestyle-concept_273609-57790.jpg"
imageAlt="AURA lifestyle and modern urban fashion"
buttons={[
@@ -64,34 +64,22 @@ export default function AboutPage() {
features={[
{
icon: Heart,
title: "Premium Quality",
description: "Every piece is carefully crafted with attention to detail. We source the finest materials to ensure longevity and comfort.",
},
title: "Premium Quality", description: "Every piece is carefully crafted with attention to detail. We source the finest materials to ensure longevity and comfort."},
{
icon: Zap,
title: "Bold Innovation",
description: "We push boundaries and challenge fashion norms. Our designs blend minimalism with powerful, statement-making aesthetics.",
},
title: "Bold Innovation", description: "We push boundaries and challenge fashion norms. Our designs blend minimalism with powerful, statement-making aesthetics."},
{
icon: Users,
title: "Community First",
description: "Our customers are at the heart of everything we do. We listen, we adapt, and we grow together.",
},
title: "Community First", description: "Our customers are at the heart of everything we do. We listen, we adapt, and we grow together."},
{
icon: Heart,
title: "Sustainability",
description: "We're committed to ethical sourcing and sustainable practices. Fashion should be beautiful and responsible.",
},
title: "Sustainability", description: "We're committed to ethical sourcing and sustainable practices. Fashion should be beautiful and responsible."},
{
icon: Zap,
title: "Accessibility",
description: "Premium fashion shouldn't be exclusive. We offer competitive pricing without sacrificing quality or style.",
},
title: "Accessibility", description: "Premium fashion shouldn't be exclusive. We offer competitive pricing without sacrificing quality or style."},
{
icon: Users,
title: "Local Focus",
description: "We serve the Algerian market with dedication. Fast shipping, local payment methods, and WhatsApp support.",
},
title: "Local Focus", description: "We serve the Algerian market with dedication. Fast shipping, local payment methods, and WhatsApp support."},
]}
animationType="slide-up"
textboxLayout="default"