From 02de7c81d115f67a7efae9bdf453bbc07bc6f804 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:04:20 +0000 Subject: [PATCH] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 37 +++++++++---------------------------- 1 file changed, 9 insertions(+), 28 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 54d6ed7..0494c8a 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -19,35 +19,19 @@ export default function CartPage() { const cartItems = [ { - id: "cart-1", - name: "Essence Noir - Men's Cologne", - price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg?_wi=5", - imageAlt: "Essence Noir luxury mens cologne bottle", - initialQuantity: 2, + id: "cart-1", name: "Essence Noir - Men's Cologne", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg", imageAlt: "Essence Noir luxury mens cologne bottle", initialQuantity: 2, }, { - id: "cart-2", - name: "Rose Elegance - Women's Perfume", - price: "$94.99", - imageSrc: "http://img.b2bpic.net/free-vector/engraving-hand-drawn-floral-cards-collection_23-2149017015.jpg?_wi=5", - imageAlt: "Rose Elegance premium womens perfume", - initialQuantity: 1, + id: "cart-2", name: "Rose Elegance - Women's Perfume", price: "$94.99", imageSrc: "http://img.b2bpic.net/free-vector/engraving-hand-drawn-floral-cards-collection_23-2149017015.jpg", imageAlt: "Rose Elegance premium womens perfume", initialQuantity: 1, }, { - id: "cart-3", - name: "Midnight Dream - Premium Cologne", - price: "$99.99", - imageSrc: "http://img.b2bpic.net/free-photo/oriental-spices-small-bottles_23-2147684854.jpg?_wi=5", - imageAlt: "Midnight Dream bestseller mens cologne", - initialQuantity: 1, + id: "cart-3", name: "Midnight Dream - Premium Cologne", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/oriental-spices-small-bottles_23-2147684854.jpg", imageAlt: "Midnight Dream bestseller mens cologne", initialQuantity: 1, }, ]; const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Men's Perfumes", href: "/shop?category=mens" }, { label: "Women's Perfumes", href: "/shop?category=womens" }, { label: "Unisex Fragrances", href: "/shop?category=unisex" }, @@ -56,8 +40,7 @@ export default function CartPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Blog", href: "/blog" }, @@ -66,8 +49,7 @@ export default function CartPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "/faq" }, { label: "Shipping Info", href: "/shipping" }, { label: "Returns", href: "/returns" }, @@ -76,8 +58,7 @@ export default function CartPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, @@ -94,7 +75,7 @@ export default function CartPage() { borderRadius="rounded" contentWidth="small" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -176,7 +157,7 @@ export default function CartPage() { text="Don't forget to subscribe for exclusive deals and early access to new collections. Get 15% off your order today." animationType="entrance-slide" buttons={[{ text: "Subscribe Now", href: "#newsletter" }]} - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={true} />