Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 16:04:24 +00:00

View File

@@ -63,9 +63,9 @@ export default function LandingPage() {
{ icon: MapPin },
],
stats: [
{ title: "Years", values: ["15", "18", "20"], description: "Of culinary excellence" },
{ title: "Dishes", values: ["45", "52", "58"], description: "On our menu" },
{ title: "Reviews", values: ["4.8", "4.9", "5.0"], valueSuffix: "★", description: "Average rating" },
{ title: "Years", values: [15, 18, 20], description: "Of culinary excellence" },
{ title: "Dishes", values: [45, 52, 58], description: "On our menu" },
{ title: "Reviews", values: [4.8, 4.9, 5.0], valueSuffix: "★", description: "Average rating" },
],
chartTitle: "Monthly Reservations", chartData: [
{ value: 65 },
@@ -135,9 +135,9 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Alexandra Chen", role: "Food Critic", testimonial: "Savoria redefines fine dining with impeccable service and dishes that tell a story. Every bite was a journey through flavor and elegance. Absolutely unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Alexandra Chen"},
id: "1", name: "Alexandra Chen", role: "Food Critic", testimonial: "Savoria redefines fine dining with impeccable service and dishes that tell a story. Every bite was a journey through flavor and elegance. Absolutely unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alexandra Chen"},
{
id: "2", name: "Marcus Richardson", role: "Restaurant Enthusiast", testimonial: "The attention to detail in every dish is remarkable. From presentation to taste, everything exceeded my expectations. This is my new favorite restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Richardson"},
id: "2", name: "Marcus Richardson", role: "Restaurant Enthusiast", testimonial: "The attention to detail in every dish is remarkable. From presentation to taste, everything exceeded my expectations. This is my new favorite restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Richardson"},
{
id: "3", name: "Sophie Laurent", role: "Travel Blogger", testimonial: "An exceptional dining experience that rivals restaurants in Paris and New York. The ambiance, service, and culinary excellence are truly world-class.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sophie Laurent"},
{