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}