From 57f152ff9d1d4b104c493b6f45a1f139cd9980aa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 02:23:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f78f0a9..f86a777 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="medium" - background="blurBottom" + background="plain" cardStyle="soft-shadow" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -63,7 +63,7 @@ export default function LandingPage() { tag="⭐ 5.0 Rating | 115+ Reviews" tagIcon={Star} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-middle-age-woman-party-hat-with-colorful-balloons-holding-birthday-cake-smiling-broadly_141793-107500.jpg", imageAlt: "Fresh custom birthday cake with colorful celebration design"}, @@ -130,7 +130,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-birthday-event-with-cake-candles_23-2149312305.jpg", imageAlt: "Baker designing custom cake"}, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-cake-with-nuts_23-2149144177.jpg?_wi=1", imageAlt: "Custom chocolate cake creation"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-cake-with-nuts_23-2149144177.jpg", imageAlt: "Custom chocolate cake creation"}, ], }, { @@ -139,7 +139,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/rye-sliced-bread-table_1112-1248.jpg", imageAlt: "Premium fresh ingredients selection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-cheese-cupcakes-with-fruit-jelly-fruits-wooden-plate_181624-25240.jpg?_wi=1", imageAlt: "Fresh strawberry cake with quality ingredients"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-cheese-cupcakes-with-fruit-jelly-fruits-wooden-plate_181624-25240.jpg", imageAlt: "Fresh strawberry cake with quality ingredients"}, ], }, { @@ -148,7 +148,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-vector/bicycle-delivery_52683-7851.jpg", imageAlt: "Fast delivery service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/white-chocolate-cake-spoon-peanuts-tablecloth_114579-21387.jpg?_wi=1", imageAlt: "Cake ready for delivery"}, + imageSrc: "http://img.b2bpic.net/free-photo/white-chocolate-cake-spoon-peanuts-tablecloth_114579-21387.jpg", imageAlt: "Cake ready for delivery"}, ], }, { @@ -157,7 +157,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/female-confectioner-with-chocolate-cake-pastry-shop_23-2150360210.jpg", imageAlt: "Professional baker quality standards"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-ceremony-cake-cutting-with-groom-bride_8353-9857.jpg?_wi=1", imageAlt: "Professional wedding cake quality"}, + imageSrc: "http://img.b2bpic.net/free-photo/wedding-ceremony-cake-cutting-with-groom-bride_8353-9857.jpg", imageAlt: "Professional wedding cake quality"}, ], }, ]} @@ -179,16 +179,16 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "chocolate", name: "Chocolate Indulgence", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-cake-with-nuts_23-2149144177.jpg?_wi=2", imageAlt: "Rich chocolate layer cake", initialQuantity: 1, + id: "chocolate", name: "Chocolate Indulgence", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-cake-with-nuts_23-2149144177.jpg", imageAlt: "Rich chocolate layer cake", initialQuantity: 1, }, { - id: "strawberry", name: "Strawberry Bliss", price: "₹599", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-cheese-cupcakes-with-fruit-jelly-fruits-wooden-plate_181624-25240.jpg?_wi=2", imageAlt: "Fresh strawberry cake with berries", initialQuantity: 1, + id: "strawberry", name: "Strawberry Bliss", price: "₹599", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-cheese-cupcakes-with-fruit-jelly-fruits-wooden-plate_181624-25240.jpg", imageAlt: "Fresh strawberry cake with berries", initialQuantity: 1, }, { - id: "vanilla", name: "Classic Vanilla", price: "₹449", imageSrc: "http://img.b2bpic.net/free-photo/white-chocolate-cake-spoon-peanuts-tablecloth_114579-21387.jpg?_wi=2", imageAlt: "Soft vanilla layer cake", initialQuantity: 1, + id: "vanilla", name: "Classic Vanilla", price: "₹449", imageSrc: "http://img.b2bpic.net/free-photo/white-chocolate-cake-spoon-peanuts-tablecloth_114579-21387.jpg", imageAlt: "Soft vanilla layer cake", initialQuantity: 1, }, { - id: "wedding", name: "Luxury Wedding Cake", price: "₹2,999", imageSrc: "http://img.b2bpic.net/free-photo/wedding-ceremony-cake-cutting-with-groom-bride_8353-9857.jpg?_wi=2", imageAlt: "Elegant multi-tier wedding cake", initialQuantity: 1, + id: "wedding", name: "Luxury Wedding Cake", price: "₹2,999", imageSrc: "http://img.b2bpic.net/free-photo/wedding-ceremony-cake-cutting-with-groom-bride_8353-9857.jpg", imageAlt: "Elegant multi-tier wedding cake", initialQuantity: 1, }, ]} gridVariant="uniform-all-items-equal" -- 2.49.1