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"