Update src/app/page.tsx
This commit is contained in:
@@ -40,6 +40,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
|
background={{ variant: 'glowing-orb' }}
|
||||||
title="Experience Culinary Excellence"
|
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."
|
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"
|
tag="Premium Dining"
|
||||||
@@ -53,11 +54,11 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
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,
|
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,
|
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"
|
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"
|
tagAnimation="slide-up"
|
||||||
testimonials={[
|
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"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user