Update src/app/product/page.tsx

This commit is contained in:
2026-03-13 09:05:38 +00:00
parent 2c288665b6
commit 37db0dbaf1

View File

@@ -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}
/>
</div>
@@ -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"