From 4e593569d24f3e7fc8abcb381538b1663bb0adf0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 17:12:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a587fb..9fee7d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Cake, Candy, Cookie, Droplet, Pizza, Star, Trophy, Wheat, ChefHat, Drumstick, Garlic, Fries } from "lucide-react"; +import { Cake, Candy, Cookie, Droplet, Pizza, Star, Trophy, Wheat, ChefHat, Drumstick, CookingPot, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -105,10 +105,10 @@ export default function LandingPage() { icon: Drumstick, text: "Crispy Wings"}, { - icon: Garlic, + icon: CookingPot, text: "Garlic Knots"}, { - icon: Fries, + icon: Utensils, text: "Loaded Fries"}, ], reverse: true