From 3570fd691e5e6d40cf67704020faa4214a8cc0d7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 11:37:46 +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 092808c..d934160 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, BookOpen, Cherry, Flame, Heart, Leaf, MessageCircle, Pizza, Rocket, Sparkles, Star, Utensils, Smiley } from "lucide-react"; +import { Award, BookOpen, Cherry, Flame, Heart, Leaf, MessageCircle, Pizza, Rocket, Sparkles, Star, Utensils, Smile } from "lucide-react"; export default function LandingPage() { return ( @@ -139,7 +139,7 @@ export default function LandingPage() { icon: Award, text: "Perfect Crust"}, { - icon: Smiley, + icon: Smile, text: "Unique Flavor"}, ], reverse: false, -- 2.49.1