Update src/app/page.tsx
This commit is contained in:
@@ -52,13 +52,13 @@ export default function LandingPage() {
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/assorted-turkish-baklava-with-ground-pistachios-wooden-plate_176474-2679.jpg", imageAlt: "Golden Baklava with pistachio layers" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/n-rumbled-pistachio-poured-onto-kunefe-dessert_140725-1941.jpg", imageAlt: "Crispy Kunafa with cheese filling" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/n-rumbled-pistachio-poured-onto-kunefe-dessert_140725-1941.jpg?_wi=1", imageAlt: "Crispy Kunafa with cheese filling" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-eclairs-dark-table-cake-sweet-dessert_140725-81296.jpg", imageAlt: "Date paste sweets" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/turkish-desserts-with-kadaif-cup-shape-filled-with-nuts_140725-6866.jpg", imageAlt: "Traditional Ma'amoul cookies" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-pie-with-nut-crumbs-antique-spoon-food-board_176474-3423.jpg", imageAlt: "Sesame halwa dessert" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-coconut-cake-with-half-coconut_114579-8939.jpg", imageAlt: "Coconut basbousa pieces" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-coconut-cake-with-half-coconut_114579-8939.jpg?_wi=1", imageAlt: "Coconut basbousa pieces" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/caucasian-fast-food-qutab-kutab-fried-served-with-pomegranate-seeds_114579-1858.jpg", imageAlt: "Stuffed atayef crepes" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pizza-slice-shape-cut-shah-plov-national-azerbaijani-food_114579-1746.jpg", imageAlt: "Umm Ali bread pudding" }
|
||||
]}
|
||||
@@ -103,9 +103,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{ id: "1", name: "Premium Baklava Assortment", price: "$45", variant: "Pistachio & Walnut Mix", imageSrc: "http://img.b2bpic.net/free-photo/close-up-turkish-baklava-dessert-made-thin-pastry-nuts-honey_176474-2592.jpg", imageAlt: "Assorted baklava pieces" },
|
||||
{ id: "2", name: "Kunafa with Cheese", price: "$50", variant: "Fresh Mozzarella Filling", imageSrc: "http://img.b2bpic.net/free-photo/n-rumbled-pistachio-poured-onto-kunefe-dessert_140725-1941.jpg", imageAlt: "Golden kunafa dessert" },
|
||||
{ id: "2", name: "Kunafa with Cheese", price: "$50", variant: "Fresh Mozzarella Filling", imageSrc: "http://img.b2bpic.net/free-photo/n-rumbled-pistachio-poured-onto-kunefe-dessert_140725-1941.jpg?_wi=2", imageAlt: "Golden kunafa dessert" },
|
||||
{ id: "3", name: "Date & Chocolate Rolls", price: "$35", variant: "Dark Chocolate Coating", imageSrc: "http://img.b2bpic.net/free-photo/turkish-delight-sweet-taste-delicious-plate_1373-133.jpg", imageAlt: "Date rolls with chocolate" },
|
||||
{ id: "4", name: "Basbousa Coconut Delights", price: "$28", variant: "Almond Topped Squares", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-coconut-cake-with-half-coconut_114579-8939.jpg", imageAlt: "Coconut basbousa pieces" }
|
||||
{ id: "4", name: "Basbousa Coconut Delights", price: "$28", variant: "Almond Topped Squares", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-coconut-cake-with-half-coconut_114579-8939.jpg?_wi=2", imageAlt: "Coconut basbousa pieces" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user