From 0a360e0e7092ca3937ec81dc3a8b2d294a1acc3c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 13:07:07 +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 2a723d2..c52b15a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { CakeSlice, ChefHat, Coffee, Egg, Facebook, Instagram, Juice, Mountain, Salad, Sparkles, Speech, Star, Sun, Table, Users, Utensils } from "lucide-react"; +import { CakeSlice, ChefHat, Coffee, Egg, Facebook, Instagram, Mountain, Salad, Sparkles, Speech, Star, Sun, Table, Users, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -120,7 +120,7 @@ export default function LandingPage() { icon: Salad, text: "Local Ingredients"}, { - icon: Juice, + icon: Sparkles, text: "Refreshing Drinks"}, ], reverse: true -- 2.49.1