From 961f5ebf63e6958d24fba6ede974f1c7ae6f3101 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:04:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e9fee3..622ddeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}, { -- 2.49.1