Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 03:12:32 +00:00

View File

@@ -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"