Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 15:18:34 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="mediumLargeSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Fresh Cakes & Desserts in Ghatkopar"
description="Custom cakes, pastries, and desserts made fresh every day. Order now for birthdays, anniversaries, and celebrations."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
kpis={[
{ value: "4.3⭐", label: "Google Rating" },
{ value: "416+", label: "Happy Customers" },
@@ -87,14 +87,14 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
products={[
{ id: "1", name: "Birthday Cakes", price: "₹500+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-indoors-still-life_23-2151172750.jpg?_wi=1", imageAlt: "Colorful birthday cakes" },
{ id: "2", name: "Chocolate Cakes", price: "₹600+", imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-cocoa-cookies_114579-19073.jpg?_wi=1", imageAlt: "Rich chocolate cakes" },
{ id: "1", name: "Birthday Cakes", price: "₹500+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-indoors-still-life_23-2151172750.jpg", imageAlt: "Colorful birthday cakes" },
{ id: "2", name: "Chocolate Cakes", price: "₹600+", imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-cocoa-cookies_114579-19073.jpg", imageAlt: "Rich chocolate cakes" },
{ id: "3", name: "Bento Cakes", price: "₹400+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-safari-party-cupcakes-arrangement_23-2150172529.jpg", imageAlt: "Cute bento style cakes" },
{ id: "4", name: "Customised Cakes", price: "₹800+", imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg?_wi=1", imageAlt: "Custom designed cakes" },
{ id: "4", name: "Customised Cakes", price: "₹800+", imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg", imageAlt: "Custom designed cakes" },
{ id: "5", name: "Pastries", price: "₹200+", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-homemade-cakes_23-2148900988.jpg", imageAlt: "Fresh pastries" },
{ id: "6", name: "Cupcakes", price: "₹150+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pastel-color-cupcakes-with-chocolate-balls-with-confetti_23-2147988466.jpg", imageAlt: "Decorated cupcakes" },
{ id: "7", name: "Mousse Cakes", price: "₹550+", imageSrc: "http://img.b2bpic.net/free-photo/fruit-dessert-with-cream-sprinkled-with-cocoa_140725-4728.jpg", imageAlt: "Light mousse cakes" },
{ id: "8", name: "Chocolate Desserts", price: "₹350+", imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-cocoa-cookies_114579-19073.jpg?_wi=2", imageAlt: "Chocolate desserts" },
{ id: "8", name: "Chocolate Desserts", price: "₹350+", imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-cocoa-cookies_114579-19073.jpg", imageAlt: "Chocolate desserts" },
]}
/>
</div>
@@ -129,15 +129,15 @@ export default function LandingPage() {
{
title: "Photo Cakes", description: "Add your favorite memory to your cake with crystal-clear photo printing.", icon: Camera,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg?_wi=2", imageAlt: "Photo cake example" },
{ imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg?_wi=3", imageAlt: "Photo cake creation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg", imageAlt: "Photo cake example" },
{ imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg", imageAlt: "Photo cake creation" },
],
},
{
title: "Theme Cakes", description: "Birthday themes, movie characters, hobbies - any design you imagine.", icon: Palette,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-indoors-still-life_23-2151172750.jpg?_wi=2", imageAlt: "Theme cake designs" },
{ imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg?_wi=4", imageAlt: "Custom theme cake" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-indoors-still-life_23-2151172750.jpg", imageAlt: "Theme cake designs" },
{ imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg", imageAlt: "Custom theme cake" },
],
},
]}