Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -55,13 +55,13 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7497.jpg", imageAlt: "Fresh McDonald's burger"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7497.jpg?_wi=1", imageAlt: "Fresh McDonald's burger"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-happy-friends-talking-while-eating-cafe_651396-1066.jpg", imageAlt: "McDonald's Quincy restaurant interior"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-happy-friends-talking-while-eating-cafe_651396-1066.jpg?_wi=1", imageAlt: "McDonald's Quincy restaurant interior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-burgers-coca-cola-french-fries-wooden-board_140725-6989.jpg", imageAlt: "McDonald's classic meal combo"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-burgers-coca-cola-french-fries-wooden-board_140725-6989.jpg?_wi=1", imageAlt: "McDonald's classic meal combo"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
id: "2", name: "Chicken Nuggets (10pc)", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-nuggets-with-french-fries-top-view_140725-1448.jpg", imageAlt: "Golden chicken nuggets"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Large Fries & Drink Combo", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burgers-coca-cola-french-fries-wooden-board_140725-6989.jpg", imageAlt: "McDonald's combo meal"
|
||||
id: "3", name: "Large Fries & Drink Combo", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burgers-coca-cola-french-fries-wooden-board_140725-6989.jpg?_wi=2", imageAlt: "McDonald's combo meal"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -115,15 +115,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Mobile App Ordering", description: "Download the McDonald's app and order ahead. Skip the line with mobile order pickup or delivery.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7497.jpg", imageAlt: "Mobile app ordering interface"
|
||||
title: "Mobile App Ordering", description: "Download the McDonald's app and order ahead. Skip the line with mobile order pickup or delivery.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7497.jpg?_wi=2", imageAlt: "Mobile app ordering interface"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Drive-Thru Service", description: "Fast, convenient, and contactless. Drive up and get your order quickly without leaving your car.", imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-happy-friends-talking-while-eating-cafe_651396-1066.jpg", imageAlt: "McDonald's drive-thru window"
|
||||
title: "Drive-Thru Service", description: "Fast, convenient, and contactless. Drive up and get your order quickly without leaving your car.", imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-happy-friends-talking-while-eating-cafe_651396-1066.jpg?_wi=2", imageAlt: "McDonald's drive-thru window"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Delivery & Dine-In", description: "Order online for delivery or enjoy a meal in our comfortable dining area with family and friends.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burgers-coca-cola-french-fries-wooden-board_140725-6989.jpg", imageAlt: "McDonald's dining experience"
|
||||
title: "Delivery & Dine-In", description: "Order online for delivery or enjoy a meal in our comfortable dining area with family and friends.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burgers-coca-cola-french-fries-wooden-board_140725-6989.jpg?_wi=3", imageAlt: "McDonald's dining experience"
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your inquiry...", rows: 5, required: true }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-from-side-happy-friends-talking-while-eating-cafe_651396-1066.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-from-side-happy-friends-talking-while-eating-cafe_651396-1066.jpg?_wi=3"
|
||||
imageAlt="McDonald's Quincy location"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user