From 172208823a9e4a0dab0a66eb3ed7f03172412d97 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:51:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22bd52a..b677a94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function CapphalStorePage() { borderRadius="pill" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -47,8 +47,8 @@ export default function CapphalStorePage() { tag="Heritage Footwear" tagIcon={Footprints} tagAnimation="slide-up" - background={{ variant: "noise" }} - imageSrc="http://img.b2bpic.net/free-photo/ramadan-concept-with-arab-shoes_23-2147794796.jpg?_wi=1" + background={{ variant: "canvas-reveal" }} + imageSrc="http://img.b2bpic.net/free-photo/ramadan-concept-with-arab-shoes_23-2147794796.jpg" imageAlt="Traditional Pakistani chappal collection" buttons={[ { text: "Browse Collection", href: "products" }, @@ -101,13 +101,13 @@ export default function CapphalStorePage() { gridVariant="bento-grid" products={[ { - id: "1", name: "Classic Brown Chappal", price: "₨2,500", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-arab-shoes_23-2147794796.jpg?_wi=2", imageAlt: "Classic brown leather chappal" + id: "1", name: "Classic Brown Chappal", price: "₨2,500", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-arab-shoes_23-2147794796.jpg", imageAlt: "Classic brown leather chappal" }, { id: "2", name: "Embroidered Comfort Chappal", price: "₨3,200", imageSrc: "http://img.b2bpic.net/free-photo/2-yellow-sandals-red-towel_1122-1077.jpg", imageAlt: "Embroidered decorated chappal" }, { - id: "3", name: "Premium Leather Chappal", price: "₨4,000", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-arab-shoes_23-2147794796.jpg?_wi=3", imageAlt: "Premium handcrafted leather chappal" + id: "3", name: "Premium Leather Chappal", price: "₨4,000", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-arab-shoes_23-2147794796.jpg", imageAlt: "Premium handcrafted leather chappal" } ]} /> -- 2.49.1