Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-05 15:08:02 +00:00

View File

@@ -103,7 +103,7 @@ export default function LandingPage() {
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6156.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6156.jpg?_wi=1"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/coffee-cup-restaurant-s-table_74190-10275.jpg",
@@ -167,21 +167,21 @@ export default function LandingPage() {
name: "Signature Coffee",
price: "$3.50",
variant: "Drink",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-beverage-with-drink_23-2148349636.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-beverage-with-drink_23-2148349636.jpg?_wi=1",
},
{
id: "p2",
name: "Fresh Pastry",
price: "$4.00",
variant: "Bakery",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-sauce-with-fried-vegetables-fried-onions-with-top-hot-pepper_141793-5012.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-sauce-with-fried-vegetables-fried-onions-with-top-hot-pepper_141793-5012.jpg?_wi=1",
},
{
id: "p3",
name: "Gourmet Sandwich",
price: "$8.50",
variant: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-bread-cheese-tomato-cucumber-sausage-greens-flat-lay-wooden-table_176474-8298.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-bread-cheese-tomato-cucumber-sausage-greens-flat-lay-wooden-table_176474-8298.jpg?_wi=1",
},
{
id: "p4",
@@ -222,7 +222,7 @@ export default function LandingPage() {
title: "Regular Guest",
quote: "Consistently great food.",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6156.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6156.jpg?_wi=2",
imageAlt: "happy customer dining restaurant",
},
{
@@ -242,7 +242,7 @@ export default function LandingPage() {
title: "Foodie",
quote: "Love the local specialties.",
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-beverage-with-drink_23-2148349636.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-beverage-with-drink_23-2148349636.jpg?_wi=2",
imageAlt: "happy customer dining restaurant",
},
{
@@ -252,7 +252,7 @@ export default function LandingPage() {
title: "Regular Guest",
quote: "My favorite spot in town.",
avatarSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-sauce-with-fried-vegetables-fried-onions-with-top-hot-pepper_141793-5012.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-sauce-with-fried-vegetables-fried-onions-with-top-hot-pepper_141793-5012.jpg?_wi=2",
imageAlt: "happy customer dining restaurant",
},
{
@@ -262,7 +262,7 @@ export default function LandingPage() {
title: "Tourist",
quote: "Excellent experience overall.",
avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-bread-cheese-tomato-cucumber-sausage-greens-flat-lay-wooden-table_176474-8298.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-bread-cheese-tomato-cucumber-sausage-greens-flat-lay-wooden-table_176474-8298.jpg?_wi=2",
imageAlt: "happy customer dining restaurant",
},
]}