From 3a8119b110f1c47c0767588c66af5c9182370a1e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 00:50:14 +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 6ee1622..ddf190a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import { Flame, Sparkles, Water } from "lucide-react"; +import { Flame, Sparkles, GlassWater } from "lucide-react"; export default function LandingPage() { return ( @@ -141,7 +141,7 @@ export default function LandingPage() { icon: Sparkles, text: "Exotic Flavors & Fresh Ingredients"}, { - icon: Water, + icon: GlassWater, text: "Award-Winning Mixologists"}, { icon: Flame, @@ -157,7 +157,7 @@ export default function LandingPage() { icon: Sparkles, text: "Curated Top-Shelf Selection"}, { - icon: Water, + icon: GlassWater, text: "Lively Atmosphere & Friendly Staff"}, { icon: Flame,