Update src/app/page.tsx
This commit is contained in:
@@ -56,22 +56,22 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/bakery-cakes-buns_1232-2207.jpg", imageAlt: "Shree Krishna Bakery storefront showcase"
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/bakery-cakes-buns_1232-2207.jpg?_wi=1", imageAlt: "Shree Krishna Bakery storefront showcase"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-lily_23-2148761723.jpg", imageAlt: "Fresh chocolate cake"
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-lily_23-2148761723.jpg?_wi=1", imageAlt: "Fresh chocolate cake"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/indian-traditional-patisserie-with-sauce_23-2148295020.jpg", imageAlt: "Baked samosas hot and fresh"
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/indian-traditional-patisserie-with-sauce_23-2148295020.jpg?_wi=1", imageAlt: "Baked samosas hot and fresh"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-cake-with-fresh-red-cranberries-along-with-cinnamon-cookies-tea-bright-surface-sugar-sweet_140725-27638.jpg", imageAlt: "Assorted pastries collection"
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-cake-with-fresh-red-cranberries-along-with-cinnamon-cookies-tea-bright-surface-sugar-sweet_140725-27638.jpg?_wi=1", imageAlt: "Assorted pastries collection"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273140.jpg", imageAlt: "Warm bakery interior"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/bakery-cakes-buns_1232-2207.jpg", imageAlt: "Beautiful bakery display"
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/bakery-cakes-buns_1232-2207.jpg?_wi=2", imageAlt: "Beautiful bakery display"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -104,13 +104,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Premium Chocolate Cake", price: "₹450-950", variant: "Multiple Sizes Available", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-lily_23-2148761723.jpg", imageAlt: "Premium chocolate cake"
|
||||
id: "1", name: "Premium Chocolate Cake", price: "₹450-950", variant: "Multiple Sizes Available", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-lily_23-2148761723.jpg?_wi=2", imageAlt: "Premium chocolate cake"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Baked Samosa", price: "₹60-180", variant: "Plain & Banana Varieties", imageSrc: "http://img.b2bpic.net/free-photo/indian-traditional-patisserie-with-sauce_23-2148295020.jpg", imageAlt: "Freshly baked samosas"
|
||||
id: "2", name: "Baked Samosa", price: "₹60-180", variant: "Plain & Banana Varieties", imageSrc: "http://img.b2bpic.net/free-photo/indian-traditional-patisserie-with-sauce_23-2148295020.jpg?_wi=2", imageAlt: "Freshly baked samosas"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Assorted Pastries", price: "₹80-200", variant: "Fresh Daily Selection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-cake-with-fresh-red-cranberries-along-with-cinnamon-cookies-tea-bright-surface-sugar-sweet_140725-27638.jpg", imageAlt: "Assorted pastries"
|
||||
id: "3", name: "Assorted Pastries", price: "₹80-200", variant: "Fresh Daily Selection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-cake-with-fresh-red-cranberries-along-with-cinnamon-cookies-tea-bright-surface-sugar-sweet_140725-27638.jpg?_wi=2", imageAlt: "Assorted pastries"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user