5 Commits

Author SHA1 Message Date
2dac29dbe4 Update src/app/page.tsx 2026-03-03 16:37:48 +00:00
862a2cc340 Update src/app/page.tsx 2026-03-03 16:27:17 +00:00
75fb4d88d2 Update src/app/page.tsx 2026-03-03 16:19:34 +00:00
86349d2892 Update src/app/page.tsx 2026-03-03 16:06:12 +00:00
0b9f640c69 Update src/app/page.tsx 2026-03-03 15:59:36 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Culinary Artistry Meets Warm Hospitality"
description="Experience exceptional cuisine crafted by our award-winning chefs in an elegant atmosphere designed for unforgettable moments."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "20+", label: "Years of Excellence" },
{ value: "1000+", label: "Happy Guests Monthly" },
@@ -169,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", imageAlt: "James Chen"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", 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", imageAlt: "Emma Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", 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", imageAlt: "Michael Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", 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", imageAlt: "Sophia Laurent"
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", 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", imageAlt: "David Park"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Park"
}
]}
showRating={true}