Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 91d13d6d99 |
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="none"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -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: "plain" }}
|
||||
kpis={[
|
||||
{ value: "5000+", label: "Happy Customers" },
|
||||
{ value: "100%", label: "Premium Quality" },
|
||||
@@ -69,7 +69,7 @@ export default function LandingPage() {
|
||||
tag="Best Sellers"
|
||||
tagIcon={Flame}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
{ type: "image", src: "https://img.b2bpic.net/free-vector/hello-summer_23-2148143994.jpg", alt: "Flamingo brand" },
|
||||
{ type: "text", content: "exceptional drinkware that transforms everyday moments into celebrations of taste and style." }
|
||||
]}
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "Learn Our Story", href: "#contact" },
|
||||
{ text: "Shop Now", href: "#products" }
|
||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
||||
tag="Flexible Plans"
|
||||
tagIcon={Zap}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user