From 41589c4b515d03e303e8cfc43f74f61daef6d237 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 08:03:44 +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 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" } ] }, { -- 2.49.1