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
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Mack's", name: "Classic Mack Burger", price: "$8.99", rating: 5,
|
||||
reviewCount: "285", imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flag-assortment_23-2149897366.jpg", imageAlt: "Classic Mack Burger"
|
||||
reviewCount: "285", imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flag-assortment_23-2149897366.jpg?_wi=1", imageAlt: "Classic Mack Burger"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Mack's", name: "Pastrami Burger", price: "$10.49", rating: 5,
|
||||
@@ -167,7 +167,7 @@ export default function LandingPage() {
|
||||
description="We're not just serving food—we're creating memories that span generations."
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Made To Order", description: "We don't rush good food. Every burger and sandwich is made fresh, exactly how you want it.", imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flag-assortment_23-2149897366.jpg", imageAlt: "Fresh made burgers"
|
||||
title: "Fresh Made To Order", description: "We don't rush good food. Every burger and sandwich is made fresh, exactly how you want it.", imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flag-assortment_23-2149897366.jpg?_wi=2", imageAlt: "Fresh made burgers"
|
||||
},
|
||||
{
|
||||
title: "Real Drive-In Atmosphere", description: "Step into a nostalgic 50s diner experience with chrome, red vinyl, and authentic Americana charm.", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-5327.jpg", imageAlt: "Vintage car at drive-in"
|
||||
@@ -223,7 +223,7 @@ export default function LandingPage() {
|
||||
id: "6", title: "Do you take reservations for large groups?", content: "For groups of 8 or more, we recommend calling ahead at (435) 555-0123 to ensure we have seating ready for you."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-barkeepers-with-cocktail_23-2147821184.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-barkeepers-with-cocktail_23-2147821184.jpg?_wi=1"
|
||||
imageAlt="Friendly diner staff serving customers"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -246,7 +246,7 @@ export default function LandingPage() {
|
||||
required: false
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-barkeepers-with-cocktail_23-2147821184.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-barkeepers-with-cocktail_23-2147821184.jpg?_wi=2"
|
||||
imageAlt="Friendly diner staff ready to serve you"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user