Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-19 02:23:45 +00:00

View File

@@ -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"