Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-09 15:08:29 +00:00

View File

@@ -51,9 +51,9 @@ export default function LandingPage() {
{ text: "Book a Venue Visit", href: "#contact" },
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg", imageAlt: "Grand Banquet Hall Interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg", imageAlt: "Wedding Decoration Setup" },
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg", imageAlt: "Reception Hall Lighting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg?_wi=1", imageAlt: "Grand Banquet Hall Interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg?_wi=2", imageAlt: "Wedding Decoration Setup" },
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg?_wi=3", imageAlt: "Reception Hall Lighting" },
]}
mediaAnimation="opacity"
/>
@@ -77,22 +77,22 @@ export default function LandingPage() {
{
title: "Spacious Venue", description: "Large halls to accommodate guests comfortably for all sizes of events.", icon: Maximize,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/flower-centerpiece-bouquet-with-eustomas-hydrangeas_8353-10403.jpg", imageAlt: "Spacious Banquet Hall" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flower-centerpiece-bouquet-with-eustomas-hydrangeas_8353-10403.jpg", imageAlt: "Hall Interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flower-centerpiece-bouquet-with-eustomas-hydrangeas_8353-10403.jpg?_wi=1", imageAlt: "Spacious Banquet Hall" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flower-centerpiece-bouquet-with-eustomas-hydrangeas_8353-10403.jpg?_wi=2", imageAlt: "Hall Interior" },
],
},
{
title: "Professional Staff", description: "Cooperative and experienced staff to assist with every event need.", icon: Users,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/flower-centerpiece-bouquet-with-eustomas-hydrangeas_8353-10403.jpg", imageAlt: "Supportive Team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flower-centerpiece-bouquet-with-eustomas-hydrangeas_8353-10403.jpg", imageAlt: "Events Planning" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flower-centerpiece-bouquet-with-eustomas-hydrangeas_8353-10403.jpg?_wi=3", imageAlt: "Supportive Team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flower-centerpiece-bouquet-with-eustomas-hydrangeas_8353-10403.jpg?_wi=4", imageAlt: "Events Planning" },
],
},
{
title: "Catering & Hygiene", description: "Delicious food options and a clean, well-maintained venue environment.", icon: Utensils,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/flower-centerpiece-bouquet-with-eustomas-hydrangeas_8353-10403.jpg", imageAlt: "Delicious Catering" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flower-centerpiece-bouquet-with-eustomas-hydrangeas_8353-10403.jpg", imageAlt: "Clean Kitchen" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flower-centerpiece-bouquet-with-eustomas-hydrangeas_8353-10403.jpg?_wi=5", imageAlt: "Delicious Catering" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flower-centerpiece-bouquet-with-eustomas-hydrangeas_8353-10403.jpg?_wi=6", imageAlt: "Clean Kitchen" },
],
},
]}
@@ -108,10 +108,10 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={true}
products={[
{ id: "1", name: "Main Hall", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-outdoor-wedding-ceremony_23-2151978902.jpg", imageAlt: "Main Hall View" },
{ id: "2", name: "Stage Decor", price: "Elegant", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-outdoor-wedding-ceremony_23-2151978902.jpg", imageAlt: "Stage Setup" },
{ id: "3", name: "Lighting", price: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-outdoor-wedding-ceremony_23-2151978902.jpg", imageAlt: "Lighting Detail" },
{ id: "4", name: "Dining", price: "Spacious", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-outdoor-wedding-ceremony_23-2151978902.jpg", imageAlt: "Dining Setup" },
{ id: "1", name: "Main Hall", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-outdoor-wedding-ceremony_23-2151978902.jpg?_wi=1", imageAlt: "Main Hall View" },
{ id: "2", name: "Stage Decor", price: "Elegant", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-outdoor-wedding-ceremony_23-2151978902.jpg?_wi=2", imageAlt: "Stage Setup" },
{ id: "3", name: "Lighting", price: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-outdoor-wedding-ceremony_23-2151978902.jpg?_wi=3", imageAlt: "Lighting Detail" },
{ id: "4", name: "Dining", price: "Spacious", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-outdoor-wedding-ceremony_23-2151978902.jpg?_wi=4", imageAlt: "Dining Setup" },
]}
title="Venue Gallery"
description="Take a glimpse into the beauty of Welcome Palace."
@@ -124,9 +124,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Rohan Kumar", role: "Wedding Client", testimonial: "Beautiful and well-maintained venue. The staff was polite and supportive throughout our event.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-shrugging-while-his-boyfriend-giving-her-engagement-ring_23-2147891252.jpg" },
{ id: "2", name: "Priya Singh", role: "Anniversary Planner", testimonial: "The arrangements were top-notch. Peaceful ambience and excellent service for our anniversary.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-shrugging-while-his-boyfriend-giving-her-engagement-ring_23-2147891252.jpg" },
{ id: "3", name: "Amit Sharma", role: "Event Coordinator", testimonial: "Perfect place for special occasions in Ranchi. Genuine pricing and great staff support.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-shrugging-while-his-boyfriend-giving-her-engagement-ring_23-2147891252.jpg" },
{ id: "1", name: "Rohan Kumar", role: "Wedding Client", testimonial: "Beautiful and well-maintained venue. The staff was polite and supportive throughout our event.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-shrugging-while-his-boyfriend-giving-her-engagement-ring_23-2147891252.jpg?_wi=1" },
{ id: "2", name: "Priya Singh", role: "Anniversary Planner", testimonial: "The arrangements were top-notch. Peaceful ambience and excellent service for our anniversary.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-shrugging-while-his-boyfriend-giving-her-engagement-ring_23-2147891252.jpg?_wi=2" },
{ id: "3", name: "Amit Sharma", role: "Event Coordinator", testimonial: "Perfect place for special occasions in Ranchi. Genuine pricing and great staff support.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-shrugging-while-his-boyfriend-giving-her-engagement-ring_23-2147891252.jpg?_wi=3" },
]}
title="What Our Clients Say"
description="Hear from the families and corporate clients who celebrated with us."
@@ -154,7 +154,7 @@ export default function LandingPage() {
tag="Let's Get Started"
title="Check Availability"
description="Let us make your special day truly memorable. Reach out to get a custom quote today!"
imageSrc="http://img.b2bpic.net/free-photo/back-cheerful-sexy-business-african-american-lady-with-afro-hair-wear-white-blouse-green-pants-posed-cafe_627829-1035.jpg"
imageSrc="http://img.b2bpic.net/free-photo/back-cheerful-sexy-business-african-american-lady-with-afro-hair-wear-white-blouse-green-pants-posed-cafe_627829-1035.jpg?_wi=1"
inputPlaceholder="Enter your phone number or email"
buttonText="Check Availability"
mediaAnimation="opacity"
@@ -163,7 +163,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/back-cheerful-sexy-business-african-american-lady-with-afro-hair-wear-white-blouse-green-pants-posed-cafe_627829-1035.jpg"
imageSrc="http://img.b2bpic.net/free-photo/back-cheerful-sexy-business-african-american-lady-with-afro-hair-wear-white-blouse-green-pants-posed-cafe_627829-1035.jpg?_wi=2"
logoText="Welcome Palace"
columns={[
{ title: "Navigate", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] },