Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -50,8 +50,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict-served-with-bread-crackers-green-salad_114579-2594.jpg", imageAlt: "Metro Cafe signature breakfast platter" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-waffles-with-vanilla-ice-cream-strawberries-raspberries-breakfast-table_181624-57039.jpg", imageAlt: "Fluffy pancakes with fresh berries" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-meat-bun-sandwich-fries_140725-82159.jpg", imageAlt: "Artisanal burger lunch special" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-waffles-with-vanilla-ice-cream-strawberries-raspberries-breakfast-table_181624-57039.jpg?_wi=1", imageAlt: "Fluffy pancakes with fresh berries" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-meat-bun-sandwich-fries_140725-82159.jpg?_wi=1", imageAlt: "Artisanal burger lunch special" }
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -74,10 +74,10 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{ id: "1", name: "Fluffy Pancakes", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/delicious-waffles-with-vanilla-ice-cream-strawberries-raspberries-breakfast-table_181624-57039.jpg", imageAlt: "Fluffy pancakes with blueberries" },
|
||||
{ id: "1", name: "Fluffy Pancakes", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/delicious-waffles-with-vanilla-ice-cream-strawberries-raspberries-breakfast-table_181624-57039.jpg?_wi=2", imageAlt: "Fluffy pancakes with blueberries" },
|
||||
{ id: "2", name: "Veggie Omelet", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/spanich-omelet-plate_74190-5956.jpg", imageAlt: "Fresh vegetable omelet" },
|
||||
{ id: "3", name: "Garden Salad", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoothie-with-veggies-apple_23-2148526505.jpg", imageAlt: "Fresh mixed greens salad" },
|
||||
{ id: "4", name: "Gourmet Burger", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-meat-bun-sandwich-fries_140725-82159.jpg", imageAlt: "Premium burger with fresh toppings" },
|
||||
{ id: "4", name: "Gourmet Burger", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-meat-bun-sandwich-fries_140725-82159.jpg?_wi=2", imageAlt: "Premium burger with fresh toppings" },
|
||||
{ id: "5", name: "Fresh Sandwich", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/salad-sandwich-with-cheese_1220-328.jpg", imageAlt: "Artisanal sandwich with quality ingredients" },
|
||||
{ id: "6", name: "Specialty Coffee", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-viewed-from-with-shapes-foam_1203-2216.jpg", imageAlt: "Artisanal specialty coffee" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user