Update src/app/page.tsx
This commit is contained in:
@@ -35,10 +35,11 @@ export default function LandingPage() {
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Halls", id: "products" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Booking", id: "/booking" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="BookMySlot"
|
||||
button={{ text: "Book Now", href: "#products" }}
|
||||
button={{ text: "Book Now", href: "/booking" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,7 +48,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Book Your Dream Wedding Venue Instantly"
|
||||
description="Find and book premium marriage halls with real-time availability. Elegant venues at your fingertips."
|
||||
buttons={[{ text: "Start Booking", href: "#products" }]}
|
||||
buttons={[{ text: "Start Booking", href: "/booking" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shot-bride-s-groom-s-table-wedding-reception_181624-24640.jpg?_wi=1"
|
||||
imageAlt="Wedding Hall Interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -108,9 +109,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "basic", price: "$2,500", name: "Standard Package", features: ["1 Day Booking", "Standard Decor", "Capacity 200"], buttons: [{ text: "Book Now" }] },
|
||||
{ id: "pro", price: "$4,500", name: "Premium Package", features: ["2 Day Booking", "Floral Decor", "Capacity 500", "Free Catering"], buttons: [{ text: "Book Now" }] },
|
||||
{ id: "lux", price: "$7,000", name: "Luxury Package", features: ["3 Day Booking", "Full Lighting", "Unlimited Guests", "Dedicated Manager"], buttons: [{ text: "Book Now" }] }
|
||||
{ id: "basic", price: "$2,500", name: "Standard Package", features: ["1 Day Booking", "Standard Decor", "Capacity 200"], buttons: [{ text: "Book Now", href: "/booking" }] },
|
||||
{ id: "pro", price: "$4,500", name: "Premium Package", features: ["2 Day Booking", "Floral Decor", "Capacity 500", "Free Catering"], buttons: [{ text: "Book Now", href: "/booking" }] },
|
||||
{ id: "lux", price: "$7,000", name: "Luxury Package", features: ["3 Day Booking", "Full Lighting", "Unlimited Guests", "Dedicated Manager"], buttons: [{ text: "Book Now", href: "/booking" }] }
|
||||
]}
|
||||
title="Flexible Hall Packages"
|
||||
description="Choose a package that suits your budget and requirements."
|
||||
|
||||
Reference in New Issue
Block a user