From 1e3ca1141ba561a823c6904babb724894db11cd6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 15:55:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 209 ++++++++++------------------------------------- 1 file changed, 42 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 226112c..af2f8a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,8 +25,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Collections", href: "/shop" }, { label: "New Arrivals", href: "/shop?filter=new" }, { label: "Best Sellers", href: "/shop?filter=bestsellers" }, @@ -34,8 +33,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Blog", href: "/blog" }, @@ -43,8 +41,7 @@ export default function HomePage() { ], }, { - title: "Customer Care", - items: [ + title: "Customer Care", items: [ { label: "Contact Us", href: "/contact" }, { label: "AI Assistant", href: "/contact" }, { label: "FAQs", href: "#faq" }, @@ -52,8 +49,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Shipping Info", href: "/shipping" }, @@ -69,7 +65,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -91,53 +87,28 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "Shop Collections", - href: "/shop", - }, + text: "Shop Collections", href: "/shop"}, { - text: "Ask AI Assistant", - href: "/contact", - }, + text: "Ask AI Assistant", href: "/contact"}, ]} buttonAnimation="slide-up" testimonials={[ { - name: "Priya Sharma", - handle: "@priya_fashion", - testimonial: "Ethnic Aura has transformed how I celebrate my heritage. The quality and authenticity are unmatched!", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7c1r4n", - imageAlt: "Priya Sharma customer testimonial", - }, + name: "Priya Sharma", handle: "@priya_fashion", testimonial: "Ethnic Aura has transformed how I celebrate my heritage. The quality and authenticity are unmatched!", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7c1r4n", imageAlt: "Priya Sharma customer testimonial"}, { - name: "Amira Khan", - handle: "@amira_style", - testimonial: "Every piece feels like wearable art. The attention to detail and cultural respect is evident in everything.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cn0xyc", - imageAlt: "Amira Khan customer testimonial", - }, + name: "Amira Khan", handle: "@amira_style", testimonial: "Every piece feels like wearable art. The attention to detail and cultural respect is evident in everything.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cn0xyc", imageAlt: "Amira Khan customer testimonial"}, { - name: "Deepa Nair", - handle: "@deepa_chic", - testimonial: "Finally found a place that honors tradition while embracing contemporary style. Simply wonderful!", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=umk07c", - imageAlt: "Deepa Nair customer testimonial", - }, + name: "Deepa Nair", handle: "@deepa_chic", testimonial: "Finally found a place that honors tradition while embracing contemporary style. Simply wonderful!", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=umk07c", imageAlt: "Deepa Nair customer testimonial"}, { - name: "Neha Patel", - handle: "@neha_ethnic", - testimonial: "The AI assistant helped me find the perfect outfit for my wedding. Incredible service and products!", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=03o1xe", - imageAlt: "Neha Patel customer testimonial", - }, + name: "Neha Patel", handle: "@neha_ethnic", testimonial: "The AI assistant helped me find the perfect outfit for my wedding. Incredible service and products!", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=03o1xe", imageAlt: "Neha Patel customer testimonial"}, ]} testimonialRotationInterval={5000} background={{ - variant: "aurora", - }} + variant: "plain"}} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p6qd32" imageAlt="Ethnic Aura Clothing Store Banner" /> @@ -147,19 +118,12 @@ export default function HomePage() { -- 2.49.1