From c790000da4326780bf62d6f270d488a245c5fbc4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 01:52:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d63f092..f241b18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Coffee, Mug, Utensils, Star, MapPin, Heart, Clock, Award, Users, CheckCircle } from "lucide-react"; +import { Coffee, Utensils, Star, MapPin, Heart, Clock, Award, Users, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -78,7 +78,7 @@ export default function LandingPage() { title="Our Signature Brews & Bites" description="Explore our handcrafted coffee creations, unique lattes, and delectable homemade pastries, all made with passion and the finest ingredients." tag="Daily Delights" - tagIcon={Mug} + tagIcon={Coffee} textboxLayout="default" animationType="slide-up" useInvertedBackground={false} -- 2.49.1