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() {