From 0e4044ec05f054d7dbf6ae9eec4a1fa98caa9d2f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:12:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37dc8a7..4383ad4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,13 +131,13 @@ export default function LandingPage() { buttonAnimation="slide-up" products={[ { - id: "1", name: "Wedding Ceremonies & Receptions", price: "Custom Pricing", variant: "Capacity: 50-200 guests", imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg", imageAlt: "Event venue setup" + id: "1", name: "Wedding Ceremonies & Receptions", price: "Custom Pricing", variant: "Capacity: 50-200 guests", imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg?_wi=1", imageAlt: "Event venue setup" }, { - id: "2", name: "Corporate Events & Retreats", price: "Custom Pricing", variant: "Capacity: 30-150 guests", imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg", imageAlt: "Corporate gathering space" + id: "2", name: "Corporate Events & Retreats", price: "Custom Pricing", variant: "Capacity: 30-150 guests", imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg?_wi=2", imageAlt: "Corporate gathering space" }, { - id: "3", name: "Themed Celebrations & Parties", price: "Custom Pricing", variant: "Capacity: 20-100 guests", imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg", imageAlt: "Celebration venue" + id: "3", name: "Themed Celebrations & Parties", price: "Custom Pricing", variant: "Capacity: 20-100 guests", imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg?_wi=3", imageAlt: "Celebration venue" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1