From c89813bb2a9911cccfe7f0c7c39aa112d4ddc607 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 10:15:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b15c8c..ff83829 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> -- 2.49.1