Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-02-10 17:18:20 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboard
title="Magnolia Igor - Exquisite Floral Artistry"
description="Create unforgettable moments with our handcrafted floral designs. From intimate gatherings to grand celebrations, we transform your vision into botanical beauty."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
tag="Premium Floral Design"
tagIcon={Sparkles}
imageSrc="https://img.b2bpic.net/free-photo/assorted-flower-arrangement-vase_209848-94.jpg"
@@ -175,7 +175,7 @@ export default function LandingPage() {
tagIcon={Mail}
title="Let's Bring Your Floral Vision to Life"
description="Connect with our team to discuss your floral design needs, whether it's a wedding, event, or special occasion."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground="invertDefault"
buttons={[
{ text: "Get in Touch", href: "mailto:hello@magnoliaigor.com" },