From ecd562a041d7980b850a86225637aca012661c39 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:41:56 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 86a7b18..295b1df 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -204,7 +204,7 @@ export default function AboutPage() { description: "Customer Satisfaction Rate", }, ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From 8c8d0702f621b6227f2d232b575ea77ff56bbee2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:41:57 +0000 Subject: [PATCH 2/5] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index d48ed53..4ea205f 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -5,6 +5,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin import ProductCardFour from "@/components/sections/product/ProductCardFour"; import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; +import { ShoppingBag } from "lucide-react"; export default function CartPage() { const navItems = [ @@ -79,7 +80,7 @@ export default function CartPage() { title="Your Shopping Cart" description="Review and manage the items you've added to your cart. Proceed to checkout when ready." tag="Review Items" - tagIcon="ShoppingBag" + tagIcon={ShoppingBag} tagAnimation="slide-up" products={[ { -- 2.49.1 From 1b823eb7d3f0d1c024c961a01c336050189be144 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:41:57 +0000 Subject: [PATCH 3/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 51e7201..42b2f4e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,6 +5,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; +import { Mail } from "lucide-react"; export default function ContactPage() { const navItems = [ @@ -79,7 +80,7 @@ export default function ContactPage() { tag="Get in Touch" title="Stay Updated With Exclusive Offers" description="Subscribe to our newsletter for special promotions, new arrivals, and insider discounts." - tagIcon="Mail" + tagIcon={Mail} tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1 From 623a8295ab5f14879c30f57eefc0c6d6e8e5b186 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:41:58 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29439ef..8110ccb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -360,6 +360,7 @@ export default function HomePage() { description="Browse our carefully curated product categories." tag="Shop by Category" tagIcon={Layers} + animationType="slide-up" tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -446,7 +447,7 @@ export default function HomePage() { description: "Massive discounts coming soon", }, ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From 596d5383682a4ed6c4b4e809a305a4af6a120b7f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:41:58 +0000 Subject: [PATCH 5/5] Update src/app/products/page.tsx --- src/app/products/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 23218ff..19c2502 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -160,6 +160,7 @@ export default function ProductsPage() { description="Find the perfect products in our curated collections." tag="Shop Smarter" tagIcon={Layers} + animationType="slide-up" tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1