diff --git a/src/app/page.tsx b/src/app/page.tsx index 683af03..b936a48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Check, Clock, Fire, Flame, Heart, Home, Instagram, Facebook, Twitter, MessageCircle, Phone, Smile, Star, Users, Wheat } from 'lucide-react'; +import { Check, Clock, Flame, Heart, Home, Instagram, Facebook, Twitter, MessageCircle, Phone, Smile, Star, Users, Wheat } from 'lucide-react'; export default function LandingPage() { return ( @@ -121,7 +121,7 @@ export default function LandingPage() { title: "Authentic Recipe", description: "Passed down through generations, our pizza dough ferments for 72 hours using a secret blend of Italian flours.", bentoComponent: "icon-info-cards", items: [ { icon: Wheat, label: "Italian Flour", value: "100%" }, { icon: Clock, label: "Fermentation", value: "72 Hours" }, - { icon: Fire, label: "Wood Fired", value: "900°C" } + { icon: Flame, label: "Wood Fired", value: "900°C" } ] }, {