Update src/app/page.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user