From ad3cccdeb5e0a7d4d195a048f51eb11be960d54a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 19:17:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5c5095..3cbf718 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,7 @@ export default function LandingPage() { background={{ variant: "rotated-rays-animated" }} title="Nature’s Beauty, Delivered" description="Experience the freshness of hand-picked seasonal flowers designed to brighten your home or surprise someone special." + buttons={[{ text: "Shop Fresh Flowers", href: "#products" }]} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/flowers-florist-atelier_23-2147760917.jpg", imageAlt: "fresh flowers bouquet warm light" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hello-spring-collage_23-2149319131.jpg", imageAlt: "elegant flower arrangement minimal" }, -- 2.49.1