diff --git a/src/app/booking-confirmation/page.tsx b/src/app/booking-confirmation/page.tsx new file mode 100644 index 0000000..52cbe37 --- /dev/null +++ b/src/app/booking-confirmation/page.tsx @@ -0,0 +1,66 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; + +export default function BookingConfirmationPage() { + return ( + + + + +
+

Booking Confirmed!

+

Thank you for choosing Panorama Apartments. To finalize your reservation, please call us directly:

+ + 0652160424 + +
+ +
+ +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 76a9612..ff654d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,29 +30,17 @@ export default function LandingPage() { @@ -61,68 +49,43 @@ export default function LandingPage() {
@@ -148,42 +111,19 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Comfort Bedroom", - price: "Modern Comfort", - imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135752.jpg", - }, + id: "p1", name: "Comfort Bedroom", price: "Modern Comfort", imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135752.jpg"}, { - id: "p2", - name: "Spacious Living Room", - price: "Relaxing Space", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722559.jpg", - }, + id: "p2", name: "Spacious Living Room", price: "Relaxing Space", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722559.jpg"}, { - id: "p3", - name: "Fully Equipped Kitchen", - price: "Modern Amenities", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-friendly-woman-sitting-home-with-laptop-waving-hand-computer-camera-working_1258-202412.jpg", - }, + id: "p3", name: "Fully Equipped Kitchen", price: "Modern Amenities", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-friendly-woman-sitting-home-with-laptop-waving-hand-computer-camera-working_1258-202412.jpg"}, { - id: "p4", - name: "Modern Bathroom", - price: "High Standard", - imageSrc: "http://img.b2bpic.net/free-photo/bathtub_1203-3717.jpg", - }, + id: "p4", name: "Modern Bathroom", price: "High Standard", imageSrc: "http://img.b2bpic.net/free-photo/bathtub_1203-3717.jpg"}, { - id: "p5", - name: "Private Balcony", - price: "Scenic Views", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-tropical-beach-sea-around-samui-island-with-coconut-palm-tree-other-sunset-time_74190-9032.jpg", - }, + id: "p5", name: "Private Balcony", price: "Scenic Views", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-tropical-beach-sea-around-samui-island-with-coconut-palm-tree-other-sunset-time_74190-9032.jpg"}, { - id: "p6", - name: "Elegant Dining Area", - price: "Welcoming Space", - imageSrc: "http://img.b2bpic.net/free-photo/homely-cozy-spring-interior-living-room_169016-3567.jpg", - }, + id: "p6", name: "Elegant Dining Area", price: "Welcoming Space", imageSrc: "http://img.b2bpic.net/free-photo/homely-cozy-spring-interior-living-room_169016-3567.jpg"}, ]} + buttons={[{ text: "Book Now", href: "/booking-confirmation" }]} title="Accommodation & Comfort" description="Our apartments are designed to provide a peaceful atmosphere with modern amenities, catering to all travelers seeking 5-star quality and comfort." /> @@ -197,20 +137,11 @@ export default function LandingPage() { tag="Convenient Access" accordionItems={[ { - id: "l1", - title: "Address", - content: "Ive Lole Ribara 45, Apatin, Serbia", - }, + id: "l1", title: "Address", content: "Ive Lole Ribara 45, Apatin, Serbia"}, { - id: "l2", - title: "Plus Code", - content: "MX9C+V3 Apatin", - }, + id: "l2", title: "Plus Code", content: "MX9C+V3 Apatin"}, { - id: "l3", - title: "Ease of Travel", - content: "Convenient access to main roads, local sightseeing, and public transport hubs in the heart of Apatin.", - }, + id: "l3", title: "Ease of Travel", content: "Convenient access to main roads, local sightseeing, and public transport hubs in the heart of Apatin."}, ]} imageSrc="http://img.b2bpic.net/free-photo/still-life-home-decor-cozy-home_169016-5800.jpg?_wi=2" mediaAnimation="slide-up" @@ -225,20 +156,11 @@ export default function LandingPage() { tag="Recreation & Sightseeing" accordionItems={[ { - id: "td1", - title: "Sightseeing", - content: "Discover historical sites and cultural spots within walking distance of our centrally located apartments.", - }, + id: "td1", title: "Sightseeing", content: "Discover historical sites and cultural spots within walking distance of our centrally located apartments."}, { - id: "td2", - title: "Outdoor Activities", - content: "Enjoy walking, exploring, and engaging in outdoor recreation activities nearby.", - }, + id: "td2", title: "Outdoor Activities", content: "Enjoy walking, exploring, and engaging in outdoor recreation activities nearby."}, { - id: "td3", - title: "Convenience", - content: "Our location offers excellent transportation access for travelers wanting to explore the wider region with ease.", - }, + id: "td3", title: "Convenience", content: "Our location offers excellent transportation access for travelers wanting to explore the wider region with ease."}, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407604.jpg?_wi=2" mediaAnimation="slide-up" @@ -250,20 +172,15 @@ export default function LandingPage() { @@ -273,37 +190,23 @@ export default function LandingPage() { logoText="Panorama Apartments" columns={[ { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Ive Lole Ribara 45", - href: "#location", - }, + label: "Ive Lole Ribara 45", href: "#location"}, { - label: "Apatin, Serbia", - href: "#", - }, + label: "Apatin, Serbia", href: "#"}, { - label: "0652160424", - href: "tel:0652160424", - }, + label: "0652160424", href: "tel:0652160424"}, ], }, { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Apartments", - href: "#apartments", - }, + label: "Apartments", href: "#apartments"}, { - label: "Things To Do", - href: "#things-to-do", - }, + label: "Things To Do", href: "#things-to-do"}, ], }, ]} @@ -313,4 +216,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file