From 02f9ba72caad9e05391d3f77bb5a0f5c3efb25ee Mon Sep 17 00:00:00 2001 From: mulika-local Date: Fri, 26 Dec 2025 14:28:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 55 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 51 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29b7cc2..14f0353 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import MetricCardSix from '@/components/sections/metrics/MetricCardSix'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import TeamCardFive from '@/components/sections/team/TeamCardFive'; import { Award, Users, Wine, Clock, Sparkles, ChefHat, Leaf } from "lucide-react"; export default function LandingPage() { @@ -97,22 +98,26 @@ export default function LandingPage() { { id: "01", title: "Appetizers", - description: "Start your meal with our signature bruschetta, fresh mozzarella, and cured meats selection" + description: "Start your meal with our signature bruschetta, fresh mozzarella, and cured meats selection", + rating: 4.8 }, { id: "02", title: "Pasta Dishes", - description: "House-made pasta prepared with classic sauces and seasonal ingredients" + description: "House-made pasta prepared with classic sauces and seasonal ingredients", + rating: 4.9 }, { id: "03", title: "Main Courses", - description: "Premium seafood, veal, and chicken prepared with authentic Italian techniques" + description: "Premium seafood, veal, and chicken prepared with authentic Italian techniques", + rating: 5.0 }, { id: "04", title: "Desserts", - description: "Traditional tiramisu, panna cotta, and fresh gelato to finish your meal" + description: "Traditional tiramisu, panna cotta, and fresh gelato to finish your meal", + rating: 4.7 } ]} carouselMode="buttons" @@ -234,6 +239,48 @@ export default function LandingPage() { /> +
+ +
+