From d82181ded9f654a24dd4b6922deca44e75e6a6ee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:30:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 14be876..50aa9b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Cake, Coffee, DollarSign, Leaf, Music, Star, Utensils } from "lucide-react"; +import { Cake, Coffee, DollarSign, Leaf, Music, Star, Utensils, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -65,9 +65,9 @@ export default function LandingPage() { useInvertedBackground={true} title="Mysuru's Most Aesthetic Cafe" metrics={[ - { icon: Coffee, label: "Multi-Cuisine", value: "20+" }, + { icon: Coffee, label: "Global Menu", value: "20+" }, { icon: Music, label: "Live Events", value: "Nightly" }, - { icon: Coffee, label: "Pet Friendly", value: "Yes" }, + { icon: CheckCircle, label: "Pet Friendly", value: "Yes" }, ]} metricsAnimation="slide-up" />