Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-04-15 16:48:25 +00:00
4 changed files with 18 additions and 18 deletions

View File

@@ -86,28 +86,28 @@ export default function LandingPage() {
title: "Expert Chefs",
description: "Culinary mastery.",
buttonIcon: "User",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-realistic-burger_23-2150902326.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-realistic-burger_23-2150902326.jpg?_wi=2",
imageAlt: "Delicious realistic burger",
},
{
title: "Fast Servers",
description: "Friendly service.",
buttonIcon: "Users",
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg?_wi=4",
imageAlt: "Delicious realistic burger",
},
{
title: "Quality Staff",
description: "Training daily.",
buttonIcon: "UserCheck",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg?_wi=4",
imageAlt: "Delicious realistic burger",
},
{
title: "Manager",
description: "Service excellence.",
buttonIcon: "UserCog",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg?_wi=4",
imageAlt: "Delicious realistic burger",
},
]}

View File

@@ -79,28 +79,28 @@ export default function LandingPage() {
title: "Main Street",
description: "123 Main St.",
buttonIcon: "MapPin",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-realistic-burger_23-2150902326.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-realistic-burger_23-2150902326.jpg?_wi=3",
imageAlt: "Delicious realistic burger",
},
{
title: "Park Ave",
description: "456 Park Ave.",
buttonIcon: "MapPin",
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg?_wi=5",
imageAlt: "Delicious realistic burger",
},
{
title: "City Mall",
description: "789 City Mall.",
buttonIcon: "MapPin",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg?_wi=5",
imageAlt: "Delicious realistic burger",
},
{
title: "East Side",
description: "321 East St.",
buttonIcon: "MapPin",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg?_wi=5",
imageAlt: "Delicious realistic burger",
},
]}

View File

@@ -96,28 +96,28 @@ export default function LandingPage() {
title: "Vegan",
description: "Plant-based goodness.",
buttonIcon: "Sprout",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-realistic-burger_23-2150902326.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-realistic-burger_23-2150902326.jpg?_wi=1",
imageAlt: "Delicious realistic burger",
},
{
title: "Gluten Free",
description: "Delicious choices.",
buttonIcon: "WheatOff",
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg?_wi=3",
imageAlt: "Delicious realistic burger",
},
{
title: "Halal",
description: "Authentic quality.",
buttonIcon: "ChefHat",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg?_wi=3",
imageAlt: "Delicious realistic burger",
},
{
title: "Low Calorie",
description: "Healthy alternatives.",
buttonIcon: "Scale",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg?_wi=3",
imageAlt: "Delicious realistic burger",
},
]}

View File

@@ -71,14 +71,14 @@ export default function LandingPage() {
handle: "@johnd",
testimonial: "The best burger I've ever had!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg?_wi=1",
},
{
name: "Sarah K.",
handle: "@sarahk",
testimonial: "Super fast delivery and fresh ingredients.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg?_wi=1",
},
{
name: "Mike P.",
@@ -112,7 +112,7 @@ export default function LandingPage() {
href: "/menu",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg?_wi=1"
imageAlt="Lolly's Signature Burger"
mediaAnimation="slide-up"
avatars={[
@@ -183,21 +183,21 @@ export default function LandingPage() {
title: "Fast Service",
description: "Prepared quickly to satisfy your cravings.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chips_23-2147695734.jpg?_wi=2",
imageAlt: "modern cozy restaurant interior",
},
{
title: "Amazing Taste",
description: "Secret recipes and bold spice blends.",
buttonIcon: "Star",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg?_wi=2",
imageAlt: "modern cozy restaurant interior",
},
{
title: "Sustainable",
description: "Committed to eco-friendly packaging.",
buttonIcon: "Leaf",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg?_wi=2",
imageAlt: "modern cozy restaurant interior",
},
]}