Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 01:34:06 +00:00

View File

@@ -40,6 +40,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
background={{ variant: 'glowing-orb' }}
title="Experience Culinary Excellence"
description="Discover authentic flavors and impeccable service at our award-winning restaurant. From classic favorites to innovative creations, every dish celebrates the art of fine dining."
tag="Premium Dining"
@@ -53,11 +54,11 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Mitchell", handle: "Fine Dining Enthusiast", testimonial: "The most incredible dining experience I've had in years. Every detail was perfect.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confused-young-brunette-caucasian-girl-looks-side-isolated-orange-wall-with-copy-space_141793-116930.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/confused-young-brunette-caucasian-girl-looks-side-isolated-orange-wall-with-copy-space_141793-116930.jpg"
},
{
name: "James Chen", handle: "Food Critic", testimonial: "Outstanding cuisine combined with exceptional hospitality. Truly world-class.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confused-young-brunette-caucasian-girl-looks-side-isolated-orange-wall-with-copy-space_141793-116930.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/confused-young-brunette-caucasian-girl-looks-side-isolated-orange-wall-with-copy-space_141793-116930.jpg"
}
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg"
@@ -113,16 +114,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "David Robertson", role: "Restaurant Connoisseur", testimonial: "An absolute gem. The attention to detail in every dish and the warm hospitality made our anniversary dinner truly special.", imageSrc: "http://img.b2bpic.net/free-photo/confused-young-brunette-caucasian-girl-looks-side-isolated-orange-wall-with-copy-space_141793-116930.jpg?_wi=3", imageAlt: "David Robertson"
id: "1", name: "David Robertson", role: "Restaurant Connoisseur", testimonial: "An absolute gem. The attention to detail in every dish and the warm hospitality made our anniversary dinner truly special.", imageSrc: "http://img.b2bpic.net/free-photo/confused-young-brunette-caucasian-girl-looks-side-isolated-orange-wall-with-copy-space_141793-116930.jpg", imageAlt: "David Robertson"
},
{
id: "2", name: "Emma Thompson", role: "Event Planner", testimonial: "We've hosted multiple corporate events here. The team's professionalism and the quality of service is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/confused-young-brunette-caucasian-girl-looks-side-isolated-orange-wall-with-copy-space_141793-116930.jpg?_wi=4", imageAlt: "Emma Thompson"
id: "2", name: "Emma Thompson", role: "Event Planner", testimonial: "We've hosted multiple corporate events here. The team's professionalism and the quality of service is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/confused-young-brunette-caucasian-girl-looks-side-isolated-orange-wall-with-copy-space_141793-116930.jpg", imageAlt: "Emma Thompson"
},
{
id: "3", name: "Marco Benedetti", role: "Wine Enthusiast", testimonial: "Their wine selection is curated beautifully, and the sommelier's recommendations were spot-on. Truly exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/confused-young-brunette-caucasian-girl-looks-side-isolated-orange-wall-with-copy-space_141793-116930.jpg?_wi=5", imageAlt: "Marco Benedetti"
id: "3", name: "Marco Benedetti", role: "Wine Enthusiast", testimonial: "Their wine selection is curated beautifully, and the sommelier's recommendations were spot-on. Truly exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/confused-young-brunette-caucasian-girl-looks-side-isolated-orange-wall-with-copy-space_141793-116930.jpg", imageAlt: "Marco Benedetti"
},
{
id: "4", name: "Lisa Nguyen", role: "Food Blogger", testimonial: "Every visit is a culinary journey. The seasonal menu keeps us coming back for new discoveries.", imageSrc: "http://img.b2bpic.net/free-photo/confused-young-brunette-caucasian-girl-looks-side-isolated-orange-wall-with-copy-space_141793-116930.jpg?_wi=6", imageAlt: "Lisa Nguyen"
id: "4", name: "Lisa Nguyen", role: "Food Blogger", testimonial: "Every visit is a culinary journey. The seasonal menu keeps us coming back for new discoveries.", imageSrc: "http://img.b2bpic.net/free-photo/confused-young-brunette-caucasian-girl-looks-side-isolated-orange-wall-with-copy-space_141793-116930.jpg", imageAlt: "Lisa Nguyen"
}
]}
textboxLayout="default"