Update src/app/page.tsx

This commit is contained in:
2026-02-12 10:15:19 +00:00
parent 6931025d5c
commit c89813bb2a

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -46,6 +46,7 @@ export default function LandingPage() {
tag="Premium Flowers"
tagIcon={Flower}
background={{ variant: "radial-gradient" }}
mediaAnimation="auto"
mediaItems={[
{ imageSrc: "https://img.b2bpic.net/free-photo/pink-roses-with-green-stems_23-2147761211.jpg", imageAlt: "Beautiful pink roses arrangement" },
{ imageSrc: "https://img.b2bpic.net/free-photo/decoration-artificial-flower-table-filtered-image-processed_1232-3695.jpg", imageAlt: "Colorful wildflower bouquet" },
@@ -92,8 +93,8 @@ export default function LandingPage() {
description="At Bee Fly, we believe flowers are nature's most perfect expression of love and joy."
subdescription="Founded by passionate florists dedicated to bringing happiness through flowers"
icon={Flower2}
imageSrc="https://img.b2bpic.net/free-psd/elegant-floral-wedding-archway-pink-peach-roses_191095-85864.jpg"
imageAlt="Bee Fly flower shop interior with beautiful arrangements"
videoSrc="/videos/about-video.mp4"
videoAriaLabel="About Bee Fly flower shop"
useInvertedBackground={false}
/>
</div>