Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 17:52:33 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="mediumLarge"
background="floatingGradient"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboard
title="Café Restaurant 28: Culinary Excellence Redefined"
description="Experience next-level luxury dining where exquisite flavors meet sophisticated ambiance. Our award-winning cuisine celebrates artisanal craftsmanship and refined elegance."
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
tag="Premium Dining"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -122,17 +122,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", title: "A Culinary Masterpiece", quote: "Every course was a revelation. The chef's attention to detail and innovative approach to classic cuisine elevates Café Restaurant 28 above all others. This is fine dining at its absolute finest.", name: "Alexandra Mitchell", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg?_wi=1", imageAlt: "Alexandra Mitchell"},
id: "1", title: "A Culinary Masterpiece", quote: "Every course was a revelation. The chef's attention to detail and innovative approach to classic cuisine elevates Café Restaurant 28 above all others. This is fine dining at its absolute finest.", name: "Alexandra Mitchell", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg", imageAlt: "Alexandra Mitchell"},
{
id: "2", title: "Impeccable Service & Ambiance", quote: "From the moment we arrived, we were treated like royalty. The sommelier's expertise and the seamless coordination between kitchen and front-of-house staff created an unforgettable evening.", name: "James Richardson", role: "Executive Director", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg?_wi=1", imageAlt: "James Richardson"},
id: "2", title: "Impeccable Service & Ambiance", quote: "From the moment we arrived, we were treated like royalty. The sommelier's expertise and the seamless coordination between kitchen and front-of-house staff created an unforgettable evening.", name: "James Richardson", role: "Executive Director", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg", imageAlt: "James Richardson"},
{
id: "3", title: "Pure Elegance and Refinement", quote: "I've dined at restaurants worldwide, and Café Restaurant 28 consistently exceeds expectations. The presentation, flavors, and overall experience are nothing short of extraordinary.", name: "Catherine Dubois", role: "Travel Journalist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg?_wi=2", imageAlt: "Catherine Dubois"},
id: "3", title: "Pure Elegance and Refinement", quote: "I've dined at restaurants worldwide, and Café Restaurant 28 consistently exceeds expectations. The presentation, flavors, and overall experience are nothing short of extraordinary.", name: "Catherine Dubois", role: "Travel Journalist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg", imageAlt: "Catherine Dubois"},
{
id: "4", title: "Excellence in Every Detail", quote: "The craftsmanship evident in each dish demonstrates a profound dedication to the culinary arts. This establishment sets the gold standard for luxury dining.", name: "Marcus Sterling", role: "Michelin Inspector", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg?_wi=2", imageAlt: "Marcus Sterling"},
id: "4", title: "Excellence in Every Detail", quote: "The craftsmanship evident in each dish demonstrates a profound dedication to the culinary arts. This establishment sets the gold standard for luxury dining.", name: "Marcus Sterling", role: "Michelin Inspector", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg", imageAlt: "Marcus Sterling"},
{
id: "5", title: "A Sensory Symphony", quote: "Every element harmonizes perfectly—the cuisine, the wine pairings, the atmosphere. It's a complete sensory experience that lingers long after the meal ends.", name: "Sophie Laurent", role: "Luxury Lifestyle Editor", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-indoors_624325-3423.jpg", imageAlt: "Sophie Laurent"},
{
id: "6", title: "Where Passion Meets Precision", quote: "The dedication to sourcing premium ingredients and executing flawless techniques is evident in every plate. This is what elevated cuisine truly means.", name: "David Weinstein", role: "Culinary Consultant", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg?_wi=3", imageAlt: "David Weinstein"},
id: "6", title: "Where Passion Meets Precision", quote: "The dedication to sourcing premium ingredients and executing flawless techniques is evident in every plate. This is what elevated cuisine truly means.", name: "David Weinstein", role: "Culinary Consultant", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg", imageAlt: "David Weinstein"},
]}
/>
</div>
@@ -159,7 +159,7 @@ export default function LandingPage() {
<ContactText
text="Ready to embark on an unforgettable culinary journey? Reserve your private dining experience at Café Restaurant 28 today."
animationType="background-highlight"
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Reserve Now", href: "https://example.com/reservations" },