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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
|||||||
icon: Sparkles,
|
icon: Sparkles,
|
||||||
text: "Exotic Flavors & Fresh Ingredients"},
|
text: "Exotic Flavors & Fresh Ingredients"},
|
||||||
{
|
{
|
||||||
icon: Water,
|
icon: GlassWater,
|
||||||
text: "Award-Winning Mixologists"},
|
text: "Award-Winning Mixologists"},
|
||||||
{
|
{
|
||||||
icon: Flame,
|
icon: Flame,
|
||||||
@@ -157,7 +157,7 @@ export default function LandingPage() {
|
|||||||
icon: Sparkles,
|
icon: Sparkles,
|
||||||
text: "Curated Top-Shelf Selection"},
|
text: "Curated Top-Shelf Selection"},
|
||||||
{
|
{
|
||||||
icon: Water,
|
icon: GlassWater,
|
||||||
text: "Lively Atmosphere & Friendly Staff"},
|
text: "Lively Atmosphere & Friendly Staff"},
|
||||||
{
|
{
|
||||||
icon: Flame,
|
icon: Flame,
|
||||||
|
|||||||
Reference in New Issue
Block a user