Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-03-03 16:21:13 +00:00
parent b9ee952c74
commit a8f87813bf

View File

@@ -10,7 +10,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Cake, Calendar, ChefHat, Flame, Leaf, Sparkles, Utensils, Wine, Clock } from 'lucide-react';
import { Cake, Calendar, ChefHat, Flame, Leaf, Sparkles, Utensils, Wine } from 'lucide-react';
export default function LandingPage() {
return (
@@ -141,44 +141,6 @@ export default function LandingPage() {
/>
</div>
<div id="waittime" data-section="waittime">
<FeatureBorderGlow
title="How Long Can You Wait?"
description="Discover the perfect timing for your dining experience at Culinary Haven."
tag="Dining Experience"
tagAnimation="slide-up"
features={[
{
icon: Clock,
title: "30-Minute Express", description: "Perfect for a quick business lunch or casual meal. Our express menu offers carefully selected dishes prepared with efficiency without compromising quality."
},
{
icon: Sparkles,
title: "90-Minute Tasting", description: "The classic culinary journey. Experience our signature dishes with complementary wine pairings in our most popular dining format."
},
{
icon: Wine,
title: "3-Hour Gastronomic Journey", description: "Our chef's seven-course tasting menu with curated wine pairings. A complete immersion into culinary artistry and storytelling."
},
{
icon: Calendar,
title: "Full Evening Experience", description: "For special occasions, we offer extended private dining experiences lasting 4+ hours with bespoke menus and personalized service."
},
{
icon: Flame,
title: "Chef's Counter", description: "Intimate seating at our chef's counter where you can watch the culinary magic unfold while enjoying an interactive nine-course experience."
},
{
icon: Utensils,
title: "Private Events", description: "Customize your timing for corporate events, celebrations, and milestone gatherings with our dedicated event planning team."
}
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardTwo
title="Our Achievements"
@@ -207,23 +169,23 @@ export default function LandingPage() {
},
{
id: "2", name: "James Chen", handle: "@jameschen", testimonial: "The level of culinary artistry here is remarkable. Each course was a journey of flavors. We'll definitely be returning!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Chen"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"
},
{
id: "3", name: "Emma Rodriguez", handle: "@emmalovesood", testimonial: "From the elegant plating to the thoughtful wine pairings, every detail was perfect. A truly world-class dining experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Emma Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Emma Rodriguez"
},
{
id: "4", name: "Michael Thompson", handle: "@mthompson", testimonial: "Our business dinner here was a tremendous success. The private dining room, exquisite food, and attentive service were exactly what we needed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson"
},
{
id: "5", name: "Sophia Laurent", handle: "@sophiaeats", testimonial: "I've dined at fine restaurants across the world, and Culinary Haven ranks among the best. The creativity and execution are outstanding.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Sophia Laurent"
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Sophia Laurent"
},
{
id: "6", name: "David Park", handle: "@davidpark", testimonial: "Brought my family for a special occasion and it was perfect. The kids loved their meal just as much as the adults. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Park"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"
}
]}
showRating={true}