From 1c5089d775f4a21c8bd7afda9094b2d20ac4189c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:05:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 195 ++++++++++------------------------------------- 1 file changed, 41 insertions(+), 154 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d274387..290cfe0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,9 +39,7 @@ export default function HomePage() { @@ -51,22 +49,16 @@ export default function HomePage() { background={{ variant: "downward-rays-static" }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/restaurant-hall-with-small-stage-monitor-red-curtains-brick-walls-white-napoleon-chairs_140725-8447.jpg", - alt: "N Convention Venue", - }, + src: "http://img.b2bpic.net/free-photo/restaurant-hall-with-small-stage-monitor-red-curtains-brick-walls-white-napoleon-chairs_140725-8447.jpg", alt: "N Convention Venue"}, ]} avatarText="Trusted for 500+ Events" title="Elegant Convention Hall in Proddatur for Weddings & Grand Events" description="Celebrate your special occasions at N Convention, a spacious and beautifully designed venue perfect for weddings, receptions, and celebrations. Modern facilities, ample parking, and professional service for your perfect event." buttons={[ { - text: "📞 Call Now", - href: "tel:+919876543210", - }, + text: "📞 Call Now", href: "tel:+919876543210"}, { - text: "📅 Check Availability", - href: "/contact", - }, + text: "📅 Check Availability", href: "/contact"}, ]} buttonAnimation="slide-up" className="min-h-screen flex items-center justify-center" @@ -80,9 +72,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "Learn More", - href: "/about", - }, + text: "Learn More", href: "/about"}, ]} buttonAnimation="slide-up" /> @@ -93,29 +83,17 @@ export default function HomePage() { features={[ { id: 1, - 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?_wi=1", - imageAlt: "Convention Hall Exterior", - }, + 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", imageAlt: "Convention Hall Exterior"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg?_wi=1", - imageAlt: "Wedding Setup", - }, + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg", imageAlt: "Wedding Setup"}, }, { id: 2, - 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?_wi=1", - imageAlt: "Dining Hall", - }, + 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", imageAlt: "Dining Hall"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg?_wi=2", - imageAlt: "Wedding Decoration", - }, + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg", imageAlt: "Wedding Decoration"}, }, ]} showStepNumbers={true} @@ -127,9 +105,7 @@ export default function HomePage() { animationType="slide-up" buttons={[ { - text: "View Facilities", - href: "/about", - }, + text: "View Facilities", href: "/about"}, ]} buttonAnimation="slide-up" /> @@ -139,33 +115,13 @@ export default function HomePage() { -- 2.49.1