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() {
@@ -57,36 +45,15 @@ export default function LandingPage() {
logoText="Aroma Garden"
description="Elegant banquet hall and marquee space for weddings, corporate events, and unforgettable celebrations. Flexible layouts, premium catering, and dedicated event planning support."
buttons={[
- {
- text: "Check Availability & Pricing",
- href: "#pricing",
- },
+ { text: "Check Availability & Pricing", href: "#pricing" },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8033.jpg",
- imageAlt: "Luxurious Banquet Hall Interior",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-italian-hall-with-paintings-wall_8353-656.jpg",
- imageAlt: "Corporate Event Setup",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/bright-flowers-decorate-wedding-day_8353-9268.jpg",
- imageAlt: "Wedding Marquee Elegance",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg",
- imageAlt: "Spacious Banquet Hall",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wedding-table-arrangement_23-2149436421.jpg",
- imageAlt: "Celebration Venue Setup",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/teddy-bear-made-out-lights-building_181624-13564.jpg",
- imageAlt: "Evening Event Ambiance",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8033.jpg", imageAlt: "Luxurious Banquet Hall Interior" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-italian-hall-with-paintings-wall_8353-656.jpg", imageAlt: "Corporate Event Setup" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/bright-flowers-decorate-wedding-day_8353-9268.jpg", imageAlt: "Wedding Marquee Elegance" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg", imageAlt: "Spacious Banquet Hall" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wedding-table-arrangement_23-2149436421.jpg", imageAlt: "Celebration Venue Setup" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/teddy-bear-made-out-lights-building_181624-13564.jpg", imageAlt: "Evening Event Ambiance" },
]}
/>
@@ -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() {