Merge version_1 into main #4
@@ -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", imageAlt: "Custom chocolate cake creation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-cake-with-nuts_23-2149144177.jpg?_wi=1", 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", 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?_wi=1", 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", imageAlt: "Cake ready for delivery"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-chocolate-cake-spoon-peanuts-tablecloth_114579-21387.jpg?_wi=1", 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", imageAlt: "Professional wedding cake quality"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-ceremony-cake-cutting-with-groom-bride_8353-9857.jpg?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Elegant multi-tier wedding cake", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user