Update src/app/page.tsx

This commit is contained in:
2026-02-09 19:21:22 +00:00
parent 1748236a37
commit b316bee854

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -47,7 +47,7 @@ export default function LandingPage() {
description="Handpicked blooms delivered fresh to your doorstep. Celebrate every moment with nature's finest arrangements."
tag="Premium Florals"
tagIcon={Flower2}
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
mediaItems={[
{
imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg", imageAlt: "Elegant rose bouquet arrangement"
@@ -180,7 +180,7 @@ export default function LandingPage() {
title="Get Special Offers & Seasonal Collections"
description="Subscribe to our newsletter to receive exclusive discounts, seasonal flower arrangements, and florist tips delivered to your inbox."
tagIcon={Mail}
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground="noInvert"
inputPlaceholder="Enter your email"
buttonText="Subscribe"