Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e27f597e06 | |||
| 1359a190cd | |||
| df9ad6cf5a | |||
| 155d0cfd2b | |||
| 7aa646d103 |
1408
src/app/layout.tsx
1408
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -123,13 +123,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Turkish Eggs", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-traditional-azerbaijani-dish-dovga-yogurt-soup-with-vegetables-herbs_141793-5183.jpg", imageAlt: "Turkish Eggs with creamy yogurt and chili butter", initialQuantity: 1
|
||||
id: "1", name: "Turkish Eggs — Creamy & Rich", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-traditional-azerbaijani-dish-dovga-yogurt-soup-with-vegetables-herbs_141793-5183.jpg", imageAlt: "Turkish Eggs with creamy yogurt and chili butter", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Breakfast Sandwich", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/sour-cream-with-herbs-bread-coffee_140725-6346.jpg", imageAlt: "Farm eggs and house sauce on toasted sourdough", initialQuantity: 1
|
||||
id: "2", name: "Breakfast Sandwich — Golden & Savory", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/sour-cream-with-herbs-bread-coffee_140725-6346.jpg", imageAlt: "Farm eggs and house sauce on toasted sourdough", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Overnight Oats", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-concept_23-2148604211.jpg?_wi=1", imageAlt: "Seasonal fruit, honey, and toasted grains", initialQuantity: 1
|
||||
id: "3", name: "Overnight Oats — Fresh & Wholesome", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-concept_23-2148604211.jpg?_wi=1", imageAlt: "Seasonal fruit, honey, and toasted grains", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user