Merge version_1 into main #3

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

View File

@@ -51,21 +51,21 @@ export default function LandingPage() {
testimonials={[
{
name: "Alex R.", handle: "@foodie_lover", testimonial: "An incredible experience. The flavors were balanced and the service was impeccable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728018.jpg", imageAlt: "gourmet restaurant table setting"},
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728018.jpg?_wi=1", imageAlt: "gourmet restaurant table setting"},
{
name: "Sarah M.", handle: "@culinary_guru", testimonial: "Foodie has completely redefined my expectations of local dining. Absolutely stunning.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-half-onion-kitchen-table-with-fresh-vegetables-salad_169016-50523.jpg", imageAlt: "gourmet restaurant table setting"},
{
name: "James K.", handle: "@gourmet_expert", testimonial: "A must-visit. Every plate felt like a masterpiece of passion and quality ingredients.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_74190-7605.jpg", imageAlt: "gourmet restaurant table setting"},
imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_74190-7605.jpg?_wi=1", imageAlt: "gourmet restaurant table setting"},
{
name: "Elena V.", handle: "@tastemaker", testimonial: "Truly the highlight of my culinary journey. Can't wait to return for more.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-spices-tomato-slices-teriyaki-sauce_114579-3348.jpg", imageAlt: "gourmet restaurant table setting"},
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-spices-tomato-slices-teriyaki-sauce_114579-3348.jpg?_wi=1", imageAlt: "gourmet restaurant table setting"},
{
name: "Marcus P.", handle: "@diner_life", testimonial: "Atmosphere, taste, and wine pairing - everything was simply flawless.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", imageAlt: "gourmet restaurant table setting"},
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg?_wi=1", imageAlt: "gourmet restaurant table setting"},
]}
imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728018.jpg"
imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728018.jpg?_wi=2"
imageAlt="Gourmet restaurant atmosphere"
showDimOverlay={true}
avatars={[
@@ -103,7 +103,7 @@ export default function LandingPage() {
title: "Farm to Table", description: "We source ingredients from local farms daily to ensure peak freshness and quality in every bite.", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_74190-7605.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_74190-7605.jpg?_wi=2"},
{
imageSrc: "http://img.b2bpic.net/free-photo/sauteed-roasted-lamb-bone-served-teriyaki-sauce_114579-1895.jpg"},
],
@@ -141,7 +141,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Main Course", name: "Roasted Forest Mushroom Risotto", price: "$28", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-spices-tomato-slices-teriyaki-sauce_114579-3348.jpg"},
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-spices-tomato-slices-teriyaki-sauce_114579-3348.jpg?_wi=2"},
{
id: "2", brand: "Main Course", name: "Pan-Seared Sea Bass", price: "$34", rating: 5,
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-sweet-biscuits-inside-designed-plate-black_140725-104237.jpg"},
@@ -171,7 +171,7 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Simply exquisite! The attention to detail is evident in every single bite.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg?_wi=2"},
{
id: "2", name: "David M.", handle: "@davidm", testimonial: "Finally, a restaurant that delivers on every promise. The atmosphere is top-notch.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-selfie-from-mobile-phone_1170-512.jpg"},