Update src/app/page.tsx
This commit is contained in:
@@ -15,7 +15,7 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
description="Join hundreds of satisfied diners who have experienced Naissain's exceptional culinary artistry and refined service."
|
||||
tag="Recognition"
|
||||
tagIcon={Award}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"⭐ 4.9/5 Star Rating", "200+ Five-Star Reviews", "Bassin d'Arcachon Favorite", "Modern French Excellence"
|
||||
]}
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
tag="Our Philosophy"
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
title="Fresh Ingredients. Creative Vision. Memorable Moments."
|
||||
description="At Naissain, we believe that exceptional dining is about more than food—it's about storytelling through flavors. Each dish is crafted with seasonal ingredients, unexpected pairings, and meticulous attention to detail. From oyster and mushroom combinations to playful surprises, every plate tells a story of culinary courage and refined execution."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg"
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Explore Our Signature Dishes", href: "experience" }
|
||||
]}
|
||||
buttonAnimation="reveal-blur"
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
description="Discover what sets Naissain apart in the Bassin d'Arcachon dining scene."
|
||||
tag="What We Offer"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: Utensils,
|
||||
@@ -137,23 +137,23 @@ export default function LandingPage() {
|
||||
description="Experience the words of those who have discovered Naissain's exceptional culinary artistry."
|
||||
tag="Client Testimonials"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sophie Delorme", role: "Food Critic", company: "Bassin Gastronomique", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "headshot professional portrait woman"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "headshot professional portrait woman"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marc Dubois", role: "Restaurant Enthusiast", company: "Arcachon Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "headshot professional portrait man"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "headshot professional portrait man"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Céline Rousseau", role: "Event Planner", company: "Celebration Events", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "headshot professional portrait woman"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "headshot professional portrait woman"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Thomas Laurent", role: "Chef", company: "Culinary Institute", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "headshot professional portrait man"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "headshot professional portrait man"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
tag="Get in Touch"
|
||||
tagIcon={MapPin}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
title="Reserve Your Table Today"
|
||||
description="Experience Naissain's culinary excellence. Whether you're celebrating a special occasion or discovering fine dining with us for the first time, we're ready to welcome you. Call us or fill out the form below to secure your reservation."
|
||||
background={{ variant: "plain" }}
|
||||
|
||||
Reference in New Issue
Block a user