diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c0c931..632d8d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { { name: "Contact", id: "#contact" } ]} brandName="De Lambert" - button={{ text: "Book Now", href: "#contact" }} + button={{ text: "Book Now", onClick: () => window.location.href = '#contact' }} /> @@ -56,7 +56,7 @@ export default function LandingPage() { { name: "James L.", handle: "@jamesl", testimonial: "Comfortable, safe, and professional environment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-tourist-shows-two-tickets-passport-goes-holiday-traveller-makes-thumb_1258-314058.jpg" }, { name: "Linda R.", handle: "@lindar", testimonial: "Perfect stay, everything was clean and well-maintained.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-beer_23-2147680740.jpg" } ]} - buttons={[{ text: "Book Now", href: "#contact" }, { text: "Contact Us", href: "#contact" }]} + buttons={[{ text: "Book Now", onClick: () => window.location.href = '#contact' }, { text: "Contact Us", onClick: () => window.location.href = '#contact' }]} imageSrc="http://img.b2bpic.net/free-photo/stylish-african-american-women-white-blouse-blue-jeans-posed-near-cafe-with-newspaper_627829-4724.jpg" mediaAnimation="slide-up" marqueeItems={[ @@ -90,14 +90,15 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "1", name: "Single Room", price: "From R500/night", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedding-with-cozy-lighting-elegance-generated-by-ai_188544-16336.jpg" }, - { id: "2", name: "Standard Room", price: "From R650/night", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-6234.jpg" }, - { id: "3", name: "Deluxe Room", price: "From R850/night", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg" }, - { id: "4", name: "Superior Room", price: "From R1000/night", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-red-cushion_1203-683.jpg" }, - { id: "5", name: "Family Suite", price: "From R1200/night", imageSrc: "http://img.b2bpic.net/free-photo/view-romantic-castle-bedroom_23-2150844387.jpg" }, - { id: "6", name: "Business Room", price: "From R900/night", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2058.jpg" } + { id: "2", name: "Standard Room", price: "From R500/night", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-6234.jpg" }, + { id: "3", name: "Deluxe Room", price: "From R500/night", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg" }, + { id: "4", name: "Superior Room", price: "From R500/night", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-red-cushion_1203-683.jpg" }, + { id: "5", name: "Family Suite", price: "From R500/night", imageSrc: "http://img.b2bpic.net/free-photo/view-romantic-castle-bedroom_23-2150844387.jpg" }, + { id: "6", name: "Business Room", price: "From R500/night", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2058.jpg" } ]} title="Our Accommodation" - description="Choose the perfect room for your stay, ranging from single rooms to spacious deluxe suites." + description="Choose the perfect room for your stay, starting from R500/night." + buttons={[{ text: "Book Now", onClick: () => window.location.href = '#contact' }]} /> @@ -168,6 +169,7 @@ export default function LandingPage() { title="Located in Central Yeoville" description="Find us at Grafton Rd, Yeoville, Johannesburg. Close to major city landmarks." buttonText="Get Directions" + onSubmit={() => window.location.href = 'https://maps.google.com'} />