Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-07 11:51:11 +00:00

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
handle: "@alice_foodie",
testimonial: "The best comfort food I have ever had! The atmosphere is perfect.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg?_wi=1",
imageAlt: "cozy rustic restaurant interior warm lighting",
},
{
@@ -72,7 +72,7 @@ export default function LandingPage() {
handle: "@mark_dines",
testimonial: "Absolutely amazing flavors. Truly feels like home.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg?_wi=1",
imageAlt: "restaurant kitchen professional chef cooking",
},
{
@@ -80,7 +80,7 @@ export default function LandingPage() {
handle: "@sarah_t",
testimonial: "Great service and even better food. My new go-to spot.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mixed-tomatoes-meat-blue-plate_140725-3479.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mixed-tomatoes-meat-blue-plate_140725-3479.jpg?_wi=1",
imageAlt: "gourmet artisan sandwich close up",
},
{
@@ -88,7 +88,7 @@ export default function LandingPage() {
handle: "@david_eats",
testimonial: "The quality of ingredients is clearly top-tier. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hands-front-dish_23-2147680623.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hands-front-dish_23-2147680623.jpg?_wi=1",
imageAlt: "rustic hearty soup bowl steam",
},
{
@@ -96,7 +96,7 @@ export default function LandingPage() {
handle: "@elena_loves",
testimonial: "A wonderful hidden gem that feels just like a warm hug.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-onion-orange-tomato-basil-lettuce-egg-side-view_141793-2477.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-onion-orange-tomato-basil-lettuce-egg-side-view_141793-2477.jpg?_wi=1",
imageAlt: "fresh garden salad bowl bright",
},
]}
@@ -110,7 +110,7 @@ export default function LandingPage() {
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg"
imageSrc="http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg?_wi=2"
imageAlt="The Potbelly Restaurant Interior"
mediaAnimation="blur-reveal"
avatars={[
@@ -167,7 +167,7 @@ export default function LandingPage() {
title="A Legacy of Comfort"
description="Since our inception, The Potbelly has been dedicated to bringing people together through simple, honest food."
subdescription="We source ingredients from local farms to ensure that every bite you take supports our community and tastes exactly as it should."
imageSrc="http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg?_wi=2"
mediaAnimation="slide-up"
icon={Utensils}
/>
@@ -184,37 +184,37 @@ export default function LandingPage() {
id: "p1",
name: "Artisan Sandwich",
price: "$14",
imageSrc: "http://img.b2bpic.net/free-photo/mixed-tomatoes-meat-blue-plate_140725-3479.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mixed-tomatoes-meat-blue-plate_140725-3479.jpg?_wi=2",
},
{
id: "p2",
name: "Hearty Pot Soup",
price: "$12",
imageSrc: "http://img.b2bpic.net/free-photo/hands-front-dish_23-2147680623.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hands-front-dish_23-2147680623.jpg?_wi=2",
},
{
id: "p3",
name: "Garden Fresh Salad",
price: "$15",
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-onion-orange-tomato-basil-lettuce-egg-side-view_141793-2477.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-onion-orange-tomato-basil-lettuce-egg-side-view_141793-2477.jpg?_wi=2",
},
{
id: "p4",
name: "Crispy Sides",
price: "$8",
imageSrc: "http://img.b2bpic.net/free-photo/pair-nuggets-with-sour-cream-sauce-with-herbs_140725-4359.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pair-nuggets-with-sour-cream-sauce-with-herbs_140725-4359.jpg?_wi=1",
},
{
id: "p5",
name: "Signature Entree",
price: "$22",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg?_wi=1",
},
{
id: "p6",
name: "House Dessert",
price: "$9",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=1",
},
]}
title="Signature Menu"
@@ -235,7 +235,7 @@ export default function LandingPage() {
quote: "Consistently delicious food and warm service.",
tag: "Lunch",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pair-nuggets-with-sour-cream-sauce-with-herbs_140725-4359.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pair-nuggets-with-sour-cream-sauce-with-herbs_140725-4359.jpg?_wi=2",
imageAlt: "crispy golden fries gourmet plating",
},
{
@@ -246,7 +246,7 @@ export default function LandingPage() {
quote: "The pot soup is truly a comfort in a bowl.",
tag: "Dinner",
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg?_wi=2",
imageAlt: "house special entree rustic style",
},
{
@@ -257,7 +257,7 @@ export default function LandingPage() {
quote: "Great atmosphere for weekend dinners.",
tag: "Brunch",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=2",
imageAlt: "sweet artisan dessert plating",
},
{
@@ -298,7 +298,7 @@ export default function LandingPage() {
title="Join Our Table"
description="Sign up for our newsletter to receive seasonal menu updates and special invitations."
buttonText="Subscribe"
imageSrc="http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg"
imageSrc="http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg?_wi=3"
mediaAnimation="slide-up"
/>
</div>