From 455d38b7f1c7d31e1bf22b31134ff66d3fb5349f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:17:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e532318..11364eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Utensils, Building2, UtensilsCrossed, Truck, Users, Heart, Home, Leaf, MapPin, Phone, Clock } from "lucide-react"; +import { Utensils, Building2, UtensilsCrossed, Truck, Users, Heart, Home, Leaf, MapPin, Phone, Clock, Flame, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -64,9 +64,9 @@ export default function LandingPage() { { text: "Book Rooms", href: "#rooms" } ], stats: [ - { title: "Quality Rating", values: ["4.8", "4.9", "5.0"], valueSuffix: "/5", description: "Customer satisfaction" }, - { title: "Years Serving", values: ["10", "15", "20"], description: "Tradition & excellence" }, - { title: "Daily Guests", values: ["200", "350", "500"], description: "Happy families" } + { title: "Quality Rating", values: [4.8, 4.9, 5.0], valueSuffix: "/5", description: "Customer satisfaction" }, + { title: "Years Serving", values: [10, 15, 20], description: "Tradition & excellence" }, + { title: "Daily Guests", values: [200, 350, 500], description: "Happy families" } ], chartTitle: "Reservations This Week", chartData: [ { value: 65 }, @@ -103,7 +103,7 @@ export default function LandingPage() { title="Our Signature Dishes" description="Authentic biryani and traditional Indian cuisine prepared fresh daily with premium ingredients and time-honored recipes." tag="Featured Menu" - tagIcon="Flame" + tagIcon={Flame} tagAnimation="slide-up" textboxLayout="default" gridVariant="uniform-all-items-equal" @@ -152,7 +152,7 @@ export default function LandingPage() { title="Trusted by Local Families & Travelers" description="Read what our satisfied customers have to say about their dining and stay experience at Haveli Westside." tag="Customer Reviews" - tagIcon="Star" + tagIcon={Star} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1