Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Discover Flamingo Cups - Where Style Meets Function"
|
||||
description="Premium drinkware designed for your daily rituals. From morning coffee to evening elegance, our curated collection brings joy to every sip."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "5000+", label: "Happy Customers" },
|
||||
{ value: "100%", label: "Premium Quality" },
|
||||
|
||||
Reference in New Issue
Block a user