diff --git a/src/app/page.tsx b/src/app/page.tsx index b0a4711..9437d79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,62 +47,39 @@ export default function LandingPage() {
@@ -123,17 +92,11 @@ export default function LandingPage() { description="Born from a repurposed warehouse, our hostel blends history with contemporary design to create a unique living experience." bulletPoints={[ { - title: "Historical Vibe", - description: "Authentic brick walls and original steel beams.", - }, + title: "Historical Vibe", description: "Authentic brick walls and original steel beams."}, { - title: "Community Focus", - description: "Lounge areas meant for connection.", - }, + title: "Community Focus", description: "Lounge areas meant for connection."}, { - title: "Modern Amenities", - description: "High-speed Wi-Fi and ergonomic workspaces.", - }, + title: "Modern Amenities", description: "High-speed Wi-Fi and ergonomic workspaces."}, ]} imageSrc="http://img.b2bpic.net/free-photo/teen-receiving-psychotherapy-advice-support-emotional-issues_482257-117668.jpg?_wi=1" mediaAnimation="slide-up" @@ -147,32 +110,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "24/7 Access", - tags: [ - "Safety", - "Comfort", - ], - imageSrc: "http://img.b2bpic.net/free-photo/older-couple-ringing-service-bell_482257-81644.jpg", - }, + id: "1", title: "24/7 Access", tags: [ + "Safety", "Comfort"], + imageSrc: "http://img.b2bpic.net/free-photo/older-couple-ringing-service-bell_482257-81644.jpg"}, { - id: "2", - title: "Kitchen Lounge", - tags: [ - "Social", - "Kitchen", - ], - imageSrc: "http://img.b2bpic.net/free-photo/self-service-restaurant_93675-130913.jpg", - }, + id: "2", title: "Kitchen Lounge", tags: [ + "Social", "Kitchen"], + imageSrc: "http://img.b2bpic.net/free-photo/self-service-restaurant_93675-130913.jpg"}, { - id: "3", - title: "Co-working Hub", - tags: [ - "Work", - "Fast Wi-Fi", - ], - imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-laptop-table_23-2147689208.jpg", - }, + id: "3", title: "Co-working Hub", tags: [ + "Work", "Fast Wi-Fi"], + imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-laptop-table_23-2147689208.jpg"}, ]} title="Everything You Need" description="Thoughtfully designed spaces that cater to every type of traveler." @@ -187,47 +135,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Private Loft", - price: "$90/night", - variant: "Loft", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-modern-bedroom-interior-design_23-2151978961.jpg", - }, + id: "1", name: "Private Loft", price: "$90/night", variant: "Loft", imageSrc: "http://img.b2bpic.net/free-photo/elegant-modern-bedroom-interior-design_23-2151978961.jpg"}, { - id: "2", - name: "4-Bed Dorm", - price: "$35/night", - variant: "Shared", - imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-laptop-relaxing-bed_23-2148304962.jpg", - }, + id: "2", name: "4-Bed Dorm", price: "$35/night", variant: "Shared", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-laptop-relaxing-bed_23-2148304962.jpg"}, { - id: "3", - name: "6-Bed Dorm", - price: "$28/night", - variant: "Shared", - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_52683-121729.jpg", - }, + id: "3", name: "6-Bed Dorm", price: "$28/night", variant: "Shared", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_52683-121729.jpg"}, { - id: "4", - name: "Deluxe Suite", - price: "$120/night", - variant: "Private", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-pregnant-woman-laying-bed_23-2149072928.jpg", - }, + id: "4", name: "Deluxe Suite", price: "$120/night", variant: "Private", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-pregnant-woman-laying-bed_23-2149072928.jpg"}, { - id: "5", - name: "Standard Bed", - price: "$25/night", - variant: "Shared", - imageSrc: "http://img.b2bpic.net/free-photo/daylight-shining-through-unmade-bed_53876-65502.jpg", - }, + id: "5", name: "Standard Bed", price: "$25/night", variant: "Shared", imageSrc: "http://img.b2bpic.net/free-photo/daylight-shining-through-unmade-bed_53876-65502.jpg"}, { - id: "6", - name: "Female Dorm", - price: "$30/night", - variant: "Shared", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-coffee-cup_23-2150326113.jpg", - }, + id: "6", name: "Female Dorm", price: "$30/night", variant: "Shared", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-coffee-cup_23-2150326113.jpg"}, ]} title="Our Lodging Options" description="Choose between private sanctuaries or shared social dorms." @@ -241,50 +159,23 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "1", - title: "Weekly Pass", - price: "$200", - period: "/week", - features: [ - "Kitchen access", - "Laundry included", - ], + id: "1", title: "Weekly Pass", price: "$200", period: "/week", features: [ + "Kitchen access", "Laundry included"], button: { - text: "Select", - }, - imageSrc: "http://img.b2bpic.net/free-photo/teenage-boys-sitting-together-empty-canteen_53876-13468.jpg", - imageAlt: "Teenage boys sitting together in a empty canteen", - }, + text: "Select"}, + imageSrc: "http://img.b2bpic.net/free-photo/teenage-boys-sitting-together-empty-canteen_53876-13468.jpg", imageAlt: "Teenage boys sitting together in a empty canteen"}, { - id: "2", - title: "Monthly Pass", - price: "$750", - period: "/month", - features: [ - "Priority check-in", - "Free workspace access", - ], + id: "2", title: "Monthly Pass", price: "$750", period: "/month", features: [ + "Priority check-in", "Free workspace access"], button: { - text: "Select", - }, - imageSrc: "http://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg?_wi=2", - imageAlt: "Teenage boys sitting together in a empty canteen", - }, + text: "Select"}, + imageSrc: "http://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg?_wi=2", imageAlt: "Teenage boys sitting together in a empty canteen"}, { - id: "3", - title: "Nomad Package", - price: "$50", - period: "/day", - features: [ - "Coffee daily", - "High-speed internet", - ], + id: "3", title: "Nomad Package", price: "$50", period: "/day", features: [ + "Coffee daily", "High-speed internet"], button: { - text: "Select", - }, - imageSrc: "http://img.b2bpic.net/free-photo/teen-receiving-psychotherapy-advice-support-emotional-issues_482257-117668.jpg?_wi=2", - imageAlt: "Teenage boys sitting together in a empty canteen", - }, + text: "Select"}, + imageSrc: "http://img.b2bpic.net/free-photo/teen-receiving-psychotherapy-advice-support-emotional-issues_482257-117668.jpg?_wi=2", imageAlt: "Teenage boys sitting together in a empty canteen"}, ]} title="Flexible Stays" description="Simple rates, no hidden fees." @@ -299,25 +190,15 @@ export default function LandingPage() { author="Marcus Thorne" avatars={[ { - src: "http://img.b2bpic.net/free-photo/blond-man-angry-expression_1194-1881.jpg", - alt: "Marcus", - }, + src: "http://img.b2bpic.net/free-photo/blond-man-angry-expression_1194-1881.jpg", alt: "Marcus"}, { - src: "http://img.b2bpic.net/free-photo/sunlight-falling-serious-young-man-standing-against-concrete-wall_23-2148130271.jpg", - alt: "User", - }, + src: "http://img.b2bpic.net/free-photo/sunlight-falling-serious-young-man-standing-against-concrete-wall_23-2148130271.jpg", alt: "User"}, { - src: "http://img.b2bpic.net/free-photo/portrait-handsome-hipster-guy-dressed-jeans-jacket-posing-with-crossed-arms-isolated-dark-background_613910-21322.jpg", - alt: "User", - }, + src: "http://img.b2bpic.net/free-photo/portrait-handsome-hipster-guy-dressed-jeans-jacket-posing-with-crossed-arms-isolated-dark-background_613910-21322.jpg", alt: "User"}, { - src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg", - alt: "User", - }, + src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg", alt: "User"}, { - src: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg", - alt: "User", - }, + src: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg", alt: "User"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -329,20 +210,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "Is parking available?", - content: "Yes, public parking is nearby.", - }, + id: "1", title: "Is parking available?", content: "Yes, public parking is nearby."}, { - id: "2", - title: "Are linens provided?", - content: "Yes, we provide fresh linens and towels.", - }, + id: "2", title: "Are linens provided?", content: "Yes, we provide fresh linens and towels."}, { - id: "3", - title: "Can I check in late?", - content: "Yes, our keyless system is 24/7.", - }, + id: "3", title: "Can I check in late?", content: "Yes, our keyless system is 24/7."}, ]} sideTitle="Common Questions" faqsAnimation="slide-up" @@ -350,35 +222,28 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file