From 9d4bead3e20e19a41e96f5b68905e95558180cbe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:01:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6b7c2a..3a3c5dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { description="Hyderabad's Premier Function Venue | 4.0★ (1,520 Reviews) | Open till 2 AM | Capacity 500+ | Wedding & Event Specialists" tag="Premium Venue" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg" imageAlt="Grand banquet hall with luxurious lighting" mediaAnimation="blur-reveal" imagePosition="right" @@ -101,7 +101,7 @@ export default function LandingPage() { }, { id: "hall-interior-2", title: "Ballroom Excellence", author: "Luxury Spaces", description: "Grand ballroom with classic aesthetics, ornate details, and perfect acoustics for all events.", tags: ["Ballroom", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg?_wi=2", imageAlt: "ballroom luxury interior function room banquet setup" + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg", imageAlt: "ballroom luxury interior function room banquet setup" }, { id: "outdoor", title: "Garden Lawns", author: "Outdoor Beauty", description: "Manicured outdoor spaces ideal for garden receptions, cocktail setups, and open-air celebrations.", tags: ["Outdoor", "Garden"], @@ -125,26 +125,22 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "birthday", tag: "Birthday Bash", price: "₹50,000", period: "onwards", description: "Perfect for intimate to medium birthday celebrations with catering and basic decor.", button: { text: "Inquire Now", href: "contact" }, - featuresTitle: "Included:", features: [ + id: "birthday", tag: "Birthday Bash", price: "₹50,000", period: "onwards", description: "Perfect for intimate to medium birthday celebrations with catering and basic decor.", button: { text: "Inquire Now", href: "contact" }, featuresTitle: "Included:", features: [ "AC Hall or Lawn (choice of space)", "Seating for up to 150 guests", "Basic decoration package", "Standard catering menu", "DJ and sound system", "Parking for 50 vehicles" ] }, { - id: "wedding", tag: "Wedding Deluxe", price: "₹2,50,000", period: "onwards", description: "Comprehensive wedding package for ceremonies and receptions up to 500 guests.", button: { text: "Inquire Now", href: "contact" }, - featuresTitle: "Included:", features: [ + id: "wedding", tag: "Wedding Deluxe", price: "₹2,50,000", period: "onwards", description: "Comprehensive wedding package for ceremonies and receptions up to 500 guests.", button: { text: "Inquire Now", href: "contact" }, featuresTitle: "Included:", features: [ "Full venue access (hall + lawns)", "Seating for 500+ guests", "Luxury decoration and floral setup", "Premium multi-cuisine catering", "Professional DJ and live stage", "Full parking capacity (200 vehicles)", "Wedding specialist coordination", "Backup indoor space" ] }, { - id: "corporate", tag: "Corporate Gala", price: "₹1,00,000", period: "onwards", description: "Professional venue for conferences, annual dinners, and corporate celebrations.", button: { text: "Inquire Now", href: "contact" }, - featuresTitle: "Included:", features: [ + id: "corporate", tag: "Corporate Gala", price: "₹1,00,000", period: "onwards", description: "Professional venue for conferences, annual dinners, and corporate celebrations.", button: { text: "Inquire Now", href: "contact" }, featuresTitle: "Included:", features: [ "Dedicated AC banquet hall", "Flexible seating arrangement", "Professional AV and tech setup", "Conference-grade sound system", "Catering service for 200+ guests", "Parking for corporate attendees", "Event coordination support" ] }, { - id: "custom", tag: "Custom Quote", price: "Flexible", period: "pricing", description: "Tailored packages for unique events—intimate dinners, product launches, themed celebrations.", button: { text: "Get Custom Quote", href: "contact" }, - featuresTitle: "Customizable:", features: [ + id: "custom", tag: "Custom Quote", price: "Flexible", period: "pricing", description: "Tailored packages for unique events—intimate dinners, product launches, themed celebrations.", button: { text: "Get Custom Quote", href: "contact" }, featuresTitle: "Customizable:", features: [ "All-inclusive venue access", "Personalized decoration options", "Specialized catering menus", "Entertainment and DJ services", "Event planning assistance", "Dedicated event manager", "Flexible timing (Open till 2 AM)", "Special requests accommodation" ] } -- 2.49.1