Merge version_1 into main #3
@@ -49,15 +49,15 @@ export default function LandingPage() {
|
||||
description="The best classic hotdogs in town. Rated 5 stars for a reason!"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard_23-2148768220.jpg", imageAlt: "Jimmie's Signature Hotdog"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard_23-2148768220.jpg?_wi=1", imageAlt: "Jimmie's Signature Hotdog"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg", imageAlt: "Classic American Hotdog"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg?_wi=1", imageAlt: "Classic American Hotdog"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg", imageAlt: "Juicy Cheeseburger"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg?_wi=1", imageAlt: "Juicy Cheeseburger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-fries-bowl-trivet-marble-surface_114579-83583.jpg", imageAlt: "Golden Crispy Fries"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-fries-bowl-trivet-marble-surface_114579-83583.jpg?_wi=1", imageAlt: "Golden Crispy Fries"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg", imageAlt: "Refreshing Fountain Drink"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg?_wi=1", imageAlt: "Refreshing Fountain Drink"},
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
@@ -71,17 +71,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "h1", name: "Classic Dog", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg"},
|
||||
id: "h1", name: "Classic Dog", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg?_wi=2"},
|
||||
{
|
||||
id: "h2", name: "Chili Dog", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg"},
|
||||
id: "h2", name: "Chili Dog", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg?_wi=3"},
|
||||
{
|
||||
id: "b1", name: "Cheeseburger", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg"},
|
||||
id: "b1", name: "Cheeseburger", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg?_wi=2"},
|
||||
{
|
||||
id: "b2", name: "Chicken Sandwich", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg"},
|
||||
id: "b2", name: "Chicken Sandwich", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg?_wi=3"},
|
||||
{
|
||||
id: "s1", name: "Fries", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-fries-bowl-trivet-marble-surface_114579-83583.jpg"},
|
||||
id: "s1", name: "Fries", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-fries-bowl-trivet-marble-surface_114579-83583.jpg?_wi=2"},
|
||||
{
|
||||
id: "d1", name: "Fountain Drink", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg"},
|
||||
id: "d1", name: "Fountain Drink", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg?_wi=2"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Classic comfort food cooked to perfection."
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
description="Jimmie's HotDogs has been serving the community for over 20 years with high-quality ingredients and a passion for great food."
|
||||
subdescription="Located at 123 Main Street, open Tuesday through Sunday."
|
||||
icon={Star}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard_23-2148768220.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard_23-2148768220.jpg?_wi=2"
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
@@ -130,19 +130,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "John D.", role: "Local Regular", company: "Neighbor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg?_wi=4"},
|
||||
{
|
||||
id: "t2", name: "Sarah P.", role: "Foodie", company: "Reviewer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-with-usa-flag_23-2149897340.jpg?_wi=4"},
|
||||
{
|
||||
id: "t3", name: "Mike R.", role: "Student", company: "University", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-fries-bowl-trivet-marble-surface_114579-83583.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-fries-bowl-trivet-marble-surface_114579-83583.jpg?_wi=3"},
|
||||
{
|
||||
id: "t4", name: "Emma W.", role: "Family", company: "Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg?_wi=3"},
|
||||
{
|
||||
id: "t5", name: "David L.", role: "Traveler", company: "Tourist", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard_23-2148768220.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard_23-2148768220.jpg?_wi=3"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user