Merge version_1 into main #2
150
src/app/page.tsx
150
src/app/page.tsx
@@ -30,65 +30,33 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Why Us", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Awadh Vatika"
|
||||
button={{ text: "Book Event", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Awadh Vatika"
|
||||
description="Where celebrations meet elegance. A spacious venue designed for unforgettable weddings, parties, and gatherings."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Event",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Event", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg?_wi=1",
|
||||
imageAlt: "Awadh Vatika Venue",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg?_wi=2",
|
||||
imageAlt: "Awadh Vatika Venue",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg?_wi=3",
|
||||
imageAlt: "Awadh Vatika Venue",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg?_wi=4",
|
||||
imageAlt: "Awadh Vatika Venue",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg?_wi=5",
|
||||
imageAlt: "Awadh Vatika Venue",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg?_wi=6",
|
||||
imageAlt: "Awadh Vatika Venue",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg", imageAlt: "Awadh Vatika Venue" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg", imageAlt: "Awadh Vatika Venue" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg", imageAlt: "Awadh Vatika Venue" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg", imageAlt: "Awadh Vatika Venue" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg", imageAlt: "Awadh Vatika Venue" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg", imageAlt: "Awadh Vatika Venue" },
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -102,17 +70,11 @@ export default function LandingPage() {
|
||||
description="Awadh Vatika Guest House offers a grand open lawn, spacious halls, and comfortable rooms — perfect for weddings, receptions, and family functions. With the capacity to host large gatherings, it combines affordability with scale and flexibility."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Grand Lawn",
|
||||
description: "Spacious grounds for all your ceremonies.",
|
||||
},
|
||||
title: "Grand Lawn", description: "Spacious grounds for all your ceremonies."},
|
||||
{
|
||||
title: "Affordable Luxury",
|
||||
description: "Premium experience without the premium price.",
|
||||
},
|
||||
title: "Affordable Luxury", description: "Premium experience without the premium price."},
|
||||
{
|
||||
title: "Versatile Setup",
|
||||
description: "Customizable spaces for any gathering size.",
|
||||
},
|
||||
title: "Versatile Setup", description: "Customizable spaces for any gathering size."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-floral-centerpiece-wedding-reception_637285-5611.jpg"
|
||||
imageAlt="Awadh Vatika Premises"
|
||||
@@ -124,22 +86,17 @@ export default function LandingPage() {
|
||||
<FeatureHoverPattern
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
icon: Maximize,
|
||||
title: "Spacious Lawn",
|
||||
description: "Ideal for 500–1200 guests with flexible decoration options.",
|
||||
},
|
||||
title: "Spacious Lawn", description: "Ideal for 500–1200 guests with flexible decoration options."},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Budget Friendly",
|
||||
description: "Premium experience at one of the most affordable prices in the area.",
|
||||
},
|
||||
title: "Budget Friendly", description: "Premium experience at one of the most affordable prices in the area."},
|
||||
{
|
||||
icon: Settings,
|
||||
title: "Full Event Setup",
|
||||
description: "Decor, seating, and arrangements customized to your needs.",
|
||||
},
|
||||
title: "Full Event Setup", description: "Decor, seating, and arrangements customized to your needs."},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="We ensure your special moments are seamless, beautiful, and memorable."
|
||||
@@ -151,30 +108,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah & John",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-sitting-table_23-2149720807.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah & John", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-sitting-table_23-2149720807.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "The Sharma Family",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598403.jpg",
|
||||
},
|
||||
id: "2", name: "The Sharma Family", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598403.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rajiv Gupta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-celbrating-friendship_23-2147640590.jpg",
|
||||
},
|
||||
id: "3", name: "Rajiv Gupta", imageSrc: "http://img.b2bpic.net/free-photo/girls-celbrating-friendship_23-2147640590.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Priya Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-enjoying-new-year-party_23-2149173227.jpg",
|
||||
},
|
||||
id: "4", name: "Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-enjoying-new-year-party_23-2149173227.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ankit & Sneha",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-sitting-table_23-2149720807.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Ankit & Sneha", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-sitting-table_23-2149720807.jpg"},
|
||||
]}
|
||||
cardTitle="Guest Experiences"
|
||||
cardTag="Reviews"
|
||||
@@ -187,20 +129,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What is the guest capacity?",
|
||||
content: "Our lawn can accommodate up to 1200 guests comfortably.",
|
||||
},
|
||||
id: "q1", title: "What is the guest capacity?", content: "Our lawn can accommodate up to 1200 guests comfortably."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer catering services?",
|
||||
content: "We offer flexible catering options to match your vision.",
|
||||
},
|
||||
id: "q2", title: "Do you offer catering services?", content: "We offer flexible catering options to match your vision."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, we have dedicated space for guest vehicles.",
|
||||
},
|
||||
id: "q3", title: "Is parking available?", content: "Yes, we have dedicated space for guest vehicles."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about planning your event at Awadh Vatika."
|
||||
@@ -212,8 +145,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Get in Touch"
|
||||
title="Plan Your Perfect Event"
|
||||
description="Ready to book your date? Contact us today to discuss your vision."
|
||||
@@ -222,32 +154,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg?_wi=7"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/park-english-cityscape-water-sky_1127-2777.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user