From 7c07e1a998a987e402e6e55542cd6ba40f42c1a5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:13:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ddbd4e4..5a15607 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,7 +147,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "garden-ceremony", title: "Garden Ceremony", price: "₹1,50,000", period: "onwards", imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167208.jpg", imageAlt: "Garden Ceremony Package", button: { text: "Enquire Now", href: "#contact" }, + id: "garden-ceremony", title: "Garden Ceremony", price: "₹1,50,000", period: "onwards", imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167208.jpg?_wi=1", imageAlt: "Garden Ceremony Package", button: { text: "Enquire Now", href: "#contact" }, features: [ "Garden venue for ceremony", "Up to 100 guests", "Basic flower decoration", "Photography allowed", "Parking facility", "Backup indoor space" ] @@ -172,7 +172,7 @@ export default function LandingPage() {