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