From 7281cf1e5c79557cb35d79d190998e5c1da7b7be Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 09:24:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be674d9..0fd61df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,12 +88,11 @@ export default function HomePage() { useInvertedBackground={false} heading={[ { type: "text", content: "Our Story: Where Passion Blooms" }, - { type: "text", content: "Karamvir's Flower Shop, born from a deep love for floristry, has blossomed into Agra's premier destination for exquisite floral designs. We handcraft every arrangement, believing that flowers are more than just gifts—are expressions of emotion, artistry, and nature's unparalleled beauty. Our journey is rooted in quality, creativity, and a commitment to making every moment special for you." } + { type: "text", content: "Karamvir's Flower Shop, born from a deep love for floristry, has blossomed into Agra's premier destination for exquisite floral designs. We handcraft every arrangement, believing that flowers are more than just gifts—are expressions of emotion, artistry, and nature's unparalleled beauty. Our journey is rooted in quality, creativity, and a commitment to making every moment special for you." }, + { type: "image", src: "http://img.b2bpic.net/free-photo/crop-florist-with-ribbon_23-2147742932.jpg", alt: "Florist arranging a beautiful bouquet" } ]} buttons={[{ text: "Discover Our Craft", href: "/about" }] } - imageSrc="http://img.b2bpic.net/free-photo/crop-florist-with-ribbon_23-2147742932.jpg" - imageAlt="Florist arranging a beautiful bouquet" /> -- 2.49.1