diff --git a/src/app/page.tsx b/src/app/page.tsx index 88df4e3..b976e23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Cake, Candy, Cookie, Juice, LeafyGreen, Sandwich } from "lucide-react"; +import { Cake, Candy, Cookie, GlassWater, LeafyGreen, Sandwich } from "lucide-react"; export default function LandingPage() { return ( @@ -122,7 +122,7 @@ export default function LandingPage() { icon: Sandwich, text: "Gourmet Sandwiches"}, { - icon: Juice, + icon: GlassWater, text: "Freshly Squeezed Juices"}, ], reverse: true,