Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a5349871ad | |||
| 7c2e6604ec | |||
| 5628eb3f37 | |||
| 03e33dd565 | |||
| 2275d45d8f | |||
| aa712b6af8 | |||
| 88900b4d61 | |||
| 253f490064 |
@@ -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';
|
||||||
@@ -38,13 +38,13 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardRotatedCarousel
|
<HeroBillboardRotatedCarousel
|
||||||
title="Exquisite Floral Artistry"
|
title="Exquisite Flowerral Artistry"
|
||||||
description="Transform your moments into unforgettable memories with Kviten's handcrafted floral arrangements. Each bloom is carefully selected to create stunning designs that speak to the heart."
|
description="Transform your moments into unforgettable memories with Kviten's handcrafted floral arrangements. Each bloom is carefully selected to create stunwerning designs that speak to the heart."
|
||||||
tag="Premium Flowers"
|
tag="Premium Flowers"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Order Now", href: "#contact" },
|
{ text: "Hello World", href: "#contact" },
|
||||||
{ text: "Explore Designs", href: "#features" }
|
{ text: "Explore Designs", href: "#features" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardSeven
|
<FeatureCardSeven
|
||||||
title="Our Services"
|
title="Join to us"
|
||||||
description="From wedding celebrations to corporate events, we deliver exceptional floral experiences tailored to your vision."
|
description="From wedding celebrations to corporate events, we deliver exceptional floral experiences tailored to your vision."
|
||||||
tag="What We Offer"
|
tag="What We Offer"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
@@ -132,6 +132,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
textBoxTitleClassName="text-purple-600"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -215,4 +216,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user