From 37db0dbaf12a2a22d6052dfdc994491cc7565b4e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 09:05:38 +0000 Subject: [PATCH] Update src/app/product/page.tsx --- src/app/product/page.tsx | 66 ++++++++++------------------------------ 1 file changed, 16 insertions(+), 50 deletions(-) diff --git a/src/app/product/page.tsx b/src/app/product/page.tsx index 0113292..cac0dc2 100644 --- a/src/app/product/page.tsx +++ b/src/app/product/page.tsx @@ -21,8 +21,7 @@ export default function ProductPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Clothing", href: "/product" }, { label: "Shoes", href: "/product" }, { label: "Accessories", href: "/product" }, @@ -30,8 +29,7 @@ export default function ProductPage() { ], }, { - title: "About", - items: [ + title: "About", items: [ { label: "Our Story", href: "/about" }, { label: "Mission & Vision", href: "/about" }, { label: "Careers", href: "#" }, @@ -39,8 +37,7 @@ export default function ProductPage() { ], }, { - title: "Customer Service", - items: [ + title: "Customer Service", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#" }, { label: "Shipping Info", href: "#" }, @@ -48,8 +45,7 @@ export default function ProductPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Security", href: "#" }, @@ -91,42 +87,27 @@ export default function ProductPage() { tag="Premium Fashion" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0q02b2&_wi=2" + background={{ variant: "glowing-orb" }} + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0q02b2" imageAlt="TrendCart Fashion Collection" imagePosition="right" mediaAnimation="slide-up" testimonials={[ { - name: "Sarah Johnson", - handle: "Fashion Enthusiast", - testimonial: "Amazing quality and incredible style choices!", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m1n4tq&_wi=4", - imageAlt: "Sarah Johnson", - }, + name: "Sarah Johnson", handle: "Fashion Enthusiast", testimonial: "Amazing quality and incredible style choices!", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m1n4tq", imageAlt: "Sarah Johnson"}, { - name: "Michael Chen", - handle: "Style Advisor", - testimonial: "Best shopping experience I've had online.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w64qhw&_wi=4", - imageAlt: "Michael Chen", - }, + name: "Michael Chen", handle: "Style Advisor", testimonial: "Best shopping experience I've had online.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w64qhw", imageAlt: "Michael Chen"}, { - name: "Emily Rodriguez", - handle: "Fashion Blogger", - testimonial: "TrendCart is my go-to for premium collections.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9gpcek&_wi=4", - imageAlt: "Emily Rodriguez", - }, + name: "Emily Rodriguez", handle: "Fashion Blogger", testimonial: "TrendCart is my go-to for premium collections.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9gpcek", imageAlt: "Emily Rodriguez"}, ]} buttons={[ { text: "Shop Now", href: "/product" }, { text: "View Collections", href: "/product" }, ]} - buttonAnimation="fade-in" + buttonAnimation="slide-up" useInvertedBackground={false} /> @@ -144,26 +125,11 @@ export default function ProductPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", - name: "Premium Summer Dress", - price: "$89.99", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pv8xmq&_wi=4", - imageAlt: "Premium Summer Dress", - }, + id: "1", name: "Premium Summer Dress", price: "$89.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pv8xmq", imageAlt: "Premium Summer Dress"}, { - id: "2", - name: "Luxury Leather Shoes", - price: "$129.99", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=avanim&_wi=3", - imageAlt: "Luxury Leather Shoes", - }, + id: "2", name: "Luxury Leather Shoes", price: "$129.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=avanim", imageAlt: "Luxury Leather Shoes"}, { - id: "3", - name: "Designer Handbag", - price: "$159.99", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yyt86a&_wi=3", - imageAlt: "Designer Handbag", - }, + id: "3", name: "Designer Handbag", price: "$159.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yyt86a", imageAlt: "Designer Handbag"}, ]} buttons={[{ text: "View All", href: "/product" }]} buttonAnimation="slide-up"