Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-10 10:03:52 +00:00
4 changed files with 1379 additions and 12 deletions

View File

@@ -69,11 +69,11 @@ export default function AboutPage() {
title: "Premium Event Spaces",
description: "Our main hall spans over 5000 sq ft with flexible layout options. High ceilings, elegant architecture, and sophisticated decor create the perfect ambiance for any event. Multiple breakout rooms available for personalized experiences and intimate gatherings.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-hallways-background_23-2149745315.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-hallways-background_23-2149745315.jpg?_wi=2",
imageAlt: "Main Convention Hall",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-decoration-table_8353-9288.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-decoration-table_8353-9288.jpg?_wi=2",
imageAlt: "Premium Dining Setup",
},
},
@@ -82,11 +82,11 @@ export default function AboutPage() {
title: "World-Class Amenities",
description: "Complete climate control with separate HVAC zones, professional-grade sound and lighting systems, stage infrastructure with custom setups, dedicated parking for 200+ vehicles, and on-site catering facilities with professional kitchens. Every detail designed for convenience.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg?_wi=3",
imageAlt: "Stage and Lighting Setup",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-small-stage-monitor-red-curtains-brick-walls-white-napoleon-chairs_140725-8447.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-small-stage-monitor-red-curtains-brick-walls-white-napoleon-chairs_140725-8447.jpg?_wi=1",
imageAlt: "Event Ambiance",
},
},

View File

@@ -46,28 +46,28 @@ export default function GalleryPage() {
id: "1",
name: "Wedding Reception Hall",
price: "Spacious",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-small-stage-monitor-red-curtains-brick-walls-white-napoleon-chairs_140725-8447.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-small-stage-monitor-red-curtains-brick-walls-white-napoleon-chairs_140725-8447.jpg?_wi=2",
imageAlt: "Wedding Reception Hall",
},
{
id: "2",
name: "Elegant Banquet Setup",
price: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-decoration-table_8353-9288.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-decoration-table_8353-9288.jpg?_wi=3",
imageAlt: "Elegant Banquet Setup",
},
{
id: "3",
name: "Wedding Stage Decoration",
price: "Customizable",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg?_wi=4",
imageAlt: "Wedding Stage Decoration",
},
{
id: "4",
name: "Venue Exterior View",
price: "Modern",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-hallways-background_23-2149745315.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-hallways-background_23-2149745315.jpg?_wi=3",
imageAlt: "Venue Exterior View",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -96,11 +96,11 @@ export default function HomePage() {
title: "Spacious Convention Hall",
description: "Large, well-maintained halls with flexible layouts to accommodate weddings, receptions, corporate events, and gatherings of up to 1000+ guests.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-hallways-background_23-2149745315.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-hallways-background_23-2149745315.jpg?_wi=1",
imageAlt: "Convention Hall Exterior",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg?_wi=1",
imageAlt: "Wedding Setup",
},
},
@@ -109,11 +109,11 @@ export default function HomePage() {
title: "Modern Facilities & Comfort",
description: "Air-conditioned halls, professional lighting systems, stage setup, sound systems, and comfortable seating arrangements for all event types.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-decoration-table_8353-9288.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-decoration-table_8353-9288.jpg?_wi=1",
imageAlt: "Dining Hall",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg?_wi=2",
imageAlt: "Wedding Decoration",
},
},