Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 17:53:51 +00:00

View File

@@ -94,11 +94,11 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Pan-Seared Scallops", description: "Local scallops with butternut squash puree and sage beurre blanc", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-meals-different-dishes-inside-white-plate-table_140725-11651.jpg", imageAlt: "Pan-seared scallops appetizer", buttonIcon: ArrowRight,
title: "Pan-Seared Scallops", description: "Local scallops with butternut squash puree and sage beurre blanc", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-meals-different-dishes-inside-white-plate-table_140725-11651.jpg?_wi=1", imageAlt: "Pan-seared scallops appetizer", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Herb-Crusted Lamb", description: "Tender lamb loin with seasonal vegetables and red wine reduction", imageSrc: "http://img.b2bpic.net/free-psd/grilled-steak-with-rosemary-black-plate_84443-76538.jpg", imageAlt: "Herb-crusted lamb main course", buttonIcon: ArrowRight,
title: "Herb-Crusted Lamb", description: "Tender lamb loin with seasonal vegetables and red wine reduction", imageSrc: "http://img.b2bpic.net/free-psd/grilled-steak-with-rosemary-black-plate_84443-76538.jpg?_wi=1", imageAlt: "Herb-crusted lamb main course", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
@@ -110,11 +110,11 @@ export default function LandingPage() {
buttonHref: "#contact"
},
{
title: "Seasonal Vegetables", description: "Farm-to-table vegetables prepared with seasonal techniques", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-meals-different-dishes-inside-white-plate-table_140725-11651.jpg", imageAlt: "Seasonal vegetables", buttonIcon: ArrowRight,
title: "Seasonal Vegetables", description: "Farm-to-table vegetables prepared with seasonal techniques", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-meals-different-dishes-inside-white-plate-table_140725-11651.jpg?_wi=2", imageAlt: "Seasonal vegetables", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Signature Risotto", description: "Creamy risotto with truffle oil and aged parmesan", imageSrc: "http://img.b2bpic.net/free-psd/grilled-steak-with-rosemary-black-plate_84443-76538.jpg", imageAlt: "Signature risotto", buttonIcon: ArrowRight,
title: "Signature Risotto", description: "Creamy risotto with truffle oil and aged parmesan", imageSrc: "http://img.b2bpic.net/free-psd/grilled-steak-with-rosemary-black-plate_84443-76538.jpg?_wi=2", imageAlt: "Signature risotto", buttonIcon: ArrowRight,
buttonHref: "#contact"
}
]}
@@ -145,7 +145,7 @@ export default function LandingPage() {
},
{
id: "4", name: "David Kim", handle: "@davidkimcooks", testimonial: "As a chef myself, I'm impressed by the technical precision and creativity on every plate. Bravo to the entire team.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "David Kim"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=1", imageAlt: "David Kim"
},
{
id: "5", name: "Rachel Thompson", handle: "@rachelthompson", testimonial: "The seasonal menu keeps us coming back. Always something new to discover while maintaining their signature excellence.", rating: 5,
@@ -153,7 +153,7 @@ export default function LandingPage() {
},
{
id: "6", name: "Michael Anderson", handle: "@mikeanderson", testimonial: "This is where I take my most important clients. Never disappointed, always impressed. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Michael Anderson"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", imageAlt: "Michael Anderson"
}
]}
showRating={true}