From d7c96f73765fa090c041ecf526b32ccbf2f2646a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:52:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 227 ++++++++--------------------------------------- 1 file changed, 35 insertions(+), 192 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7696131..e82da2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -95,25 +62,12 @@ export default function LandingPage() { @@ -124,24 +78,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Flexible Layouts", - description: "Customizable floor plans to fit any event size and style.", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg", - imageAlt: "Flexible Layouts", - }, - { - title: "Premium Catering", - description: "World-class catering services tailored to your specific taste.", - imageSrc: "http://img.b2bpic.net/free-photo/rows-red-seats-theater_53876-64711.jpg", - imageAlt: "Premium Catering", - }, - { - title: "Planning Support", - description: "Dedicated event planners to manage every detail flawlessly.", - imageSrc: "http://img.b2bpic.net/free-photo/blooming-flowers-table-garden_1304-4038.jpg", - imageAlt: "Planning Support", - }, + { title: "Flexible Layouts", description: "Customizable floor plans to fit any event size and style.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg", imageAlt: "Flexible Layouts" }, + { title: "Premium Catering", description: "World-class catering services tailored to your specific taste.", imageSrc: "http://img.b2bpic.net/free-photo/rows-red-seats-theater_53876-64711.jpg", imageAlt: "Premium Catering" }, + { title: "Planning Support", description: "Dedicated event planners to manage every detail flawlessly.", imageSrc: "http://img.b2bpic.net/free-photo/blooming-flowers-table-garden_1304-4038.jpg", imageAlt: "Planning Support" }, ]} title="Venue Capabilities" description="Premium amenities designed for seamless events." @@ -154,58 +93,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "p1", - badge: "Essential", - price: "Custom", - subtitle: "Perfect for intimate gatherings.", - buttons: [ - { - text: "Enquire Now", - href: "#contact", - }, - ], - features: [ - "Venue access", - "Standard decor", - "Catering basic", - ], - }, - { - id: "p2", - badge: "Premium", - price: "Custom", - subtitle: "Ideal for weddings and corporate galas.", - buttons: [ - { - text: "Enquire Now", - href: "#contact", - }, - ], - features: [ - "Full venue access", - "Premium catering", - "Event planning", - "Valet services", - ], - }, - { - id: "p3", - badge: "Grand", - price: "Custom", - subtitle: "The ultimate celebration experience.", - buttons: [ - { - text: "Enquire Now", - href: "#contact", - }, - ], - features: [ - "Marquee & Banquet", - "Exclusive perks", - "End-to-end management", - ], - }, + { id: "p1", badge: "Essential", price: "Custom", subtitle: "Perfect for intimate gatherings.", buttons: [{ text: "Enquire Now", href: "#contact" }], features: ["Venue access", "Standard decor", "Catering basic"] }, + { id: "p2", badge: "Premium", price: "Custom", subtitle: "Ideal for weddings and corporate galas.", buttons: [{ text: "Enquire Now", href: "#contact" }], features: ["Full venue access", "Premium catering", "Event planning", "Valet services"] }, + { id: "p3", badge: "Grand", price: "Custom", subtitle: "The ultimate celebration experience.", buttons: [{ text: "Enquire Now", href: "#contact" }], features: ["Marquee & Banquet", "Exclusive perks", "End-to-end management"] }, ]} title="Event Packages" description="Transparent pricing for your upcoming occasion." @@ -216,33 +106,14 @@ export default function LandingPage() { @@ -252,12 +123,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Wedding Magazine", - "Event Partner", - "Global Events", - "Corporate Gala", - "Catering Choice", - ]} + "Wedding Magazine", "Event Partner", "Global Events", "Corporate Gala", "Catering Choice"]} title="Trusted By Professionals" description="Recognized by industry leaders." /> @@ -268,21 +134,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "What is the capacity?", - content: "Our venue comfortably accommodates up to 500 guests.", - }, - { - id: "f2", - title: "Is catering included?", - content: "We offer premium in-house catering with flexible menu options.", - }, - { - id: "f3", - title: "Can we bring our own decor?", - content: "Yes, we allow professional decorators to bring your vision to life.", - }, + { id: "f1", title: "What is the capacity?", content: "Our venue comfortably accommodates up to 500 guests." }, + { id: "f2", title: "Is catering included?", content: "We offer premium in-house catering with flexible menu options." }, + { id: "f3", title: "Can we bring our own decor?", content: "Yes, we allow professional decorators to bring your vision to life." }, ]} title="Common Questions" description="Everything you need to know about our venue." @@ -293,15 +147,10 @@ export default function LandingPage() {
@@ -309,14 +158,8 @@ export default function LandingPage() { -- 2.49.1