Update src/app/page.tsx
This commit is contained in:
@@ -43,7 +43,7 @@ export default function SitePage() {
|
||||
<HeroSplitKpi
|
||||
title="Sip in Style with Nano Mango"
|
||||
description="Discover our unique collection of cups designed for every moment, blending aesthetics with sustainability."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
kpis={[
|
||||
{ value: "100+", label: "Unique Designs" },
|
||||
{ value: "5,000+", label: "Happy Sippers" },
|
||||
@@ -60,7 +60,7 @@ export default function SitePage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
tag="Tasteful & Sustainable"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="background-highlight"
|
||||
tagAnimation="slide-up"
|
||||
className="py-16 md:py-24 lg:py-32"
|
||||
titleClassName="font-light text-foreground"
|
||||
descriptionClassName="text-foreground/70"
|
||||
|
||||
Reference in New Issue
Block a user