From 38783383b4df70021ddda636b6ff9097fc5f9470 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:29:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 239 ++++++++++++++++++++--------------------------- 1 file changed, 103 insertions(+), 136 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37dd958..391905e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,8 +5,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDashboard"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; +import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import { Hotel, @@ -15,35 +17,28 @@ import { MapPin, Star, Check, - CircleDollarSign, - ArrowLeftRight, - Send, Home, - MessageSquareText, - Settings, } from "lucide-react"; export default function HomePage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Rooms", id: "rooms" }, + { name: "Rooms", id: "products" }, { name: "Amenities", id: "amenities" }, { name: "Contact", id: "contact" }, ]; const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, - { label: "Rooms & Suites", href: "/rooms" }, - { label: "Amenities", href: "/amenities" }, + { label: "Rooms & Suites", href: "#products" }, + { label: "Amenities", href: "#amenities" }, { label: "Book Now", href: "#contact" }, ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: +966 12 601 1111", href: "tel:+966126011111" }, { label: "Email: reservations@areenhotel.com", href: "mailto:reservations@areenhotel.com" }, { label: "Location: 4432–4471 Sultan Ibn Salman Road, An Nuzhah, Jeddah 23534", href: "#" }, @@ -51,17 +46,15 @@ export default function HomePage() { ], }, { - title: "Information", - items: [ + title: "Information", items: [ { label: "About Us", href: "#about" }, { label: "Gallery", href: "#" }, { label: "Guest Reviews", href: "#testimonials" }, - { label: "Contact Us", href: "/contact" }, + { label: "Contact Us", href: "#contact" }, ], }, { - title: "Policies", - items: [ + title: "Policies", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Cancellation Policy", href: "#" }, @@ -88,9 +81,7 @@ export default function HomePage() { brandName="Areen Airport Hotel" navItems={navItems} button={{ - text: "Book Now", - href: "#contact", - }} + text: "Book Now", href: "#contact"}} animateOnLoad={true} /> @@ -104,14 +95,11 @@ export default function HomePage() { background={{ variant: "radial-gradient" }} buttons={[ { text: "Book a Room", href: "#contact" }, - { text: "View Amenities", href: "/amenities" }, + { text: "View Amenities", href: "#amenities" }, ]} dashboard={{ - title: "Why Choose Areen?", - logoIcon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/business-professional-finding-new-ideas-forge-international-partnership-before-attending-conference-hotel-lounge-area-ceo-taking-notes-preparing-important-speech_482257-68049.jpg", - imageAlt: "modern hotel lobby luxury interior", - sidebarItems: [ + title: "Why Choose Areen?", logoIcon: Award, + imageSrc: "http://img.b2bpic.net/free-photo/business-professional-finding-new-ideas-forge-international-partnership-before-attending-conference-hotel-lounge-area-ceo-taking-notes-preparing-important-speech_482257-68049.jpg", imageAlt: "modern hotel lobby luxury interior", sidebarItems: [ { icon: Wifi, active: true }, { icon: MapPin }, { icon: Star }, @@ -122,38 +110,61 @@ export default function HomePage() { ], stats: [ { - title: "Free WiFi", - values: ["5 Mbps", "50 Mbps", "100 Mbps"], - description: "High-speed connectivity", - }, + title: "Free WiFi", values: [5, 50, 100], + valueSuffix: " Mbps", description: "High-speed connectivity"}, { - title: "Airport Access", - values: ["15 min", "10 min", "5 min"], - valueSuffix: " away", - description: "From terminal", - }, + title: "Airport Access", values: [15, 10, 5], + valueSuffix: " min away", description: "From terminal"}, { - title: "24/7 Reception", - values: ["Available", "Ready", "Always Open"], - description: "Round-the-clock service", - }, + title: "24/7 Reception", values: [24, 7, 365], + description: "Round-the-clock service"}, ], - chartTitle: "Guest Satisfaction", - chartData: [ + chartTitle: "Guest Satisfaction", chartData: [ { value: 85 }, { value: 90 }, { value: 88 }, { value: 92 }, { value: 95 }, ], - listTitle: "Key Features", - listItems: [ + listTitle: "Key Features", listItems: [ { icon: Check, title: "Modern Rooms", status: "Premium" }, { icon: Check, title: "Excellent Service", status: "24/7" }, { icon: Check, title: "Prime Location", status: "5 min walk" }, ], - searchPlaceholder: "Search hotel services...", - }} + searchPlaceholder: "Search hotel services..."}} + /> + + +
+
@@ -161,20 +172,17 @@ export default function HomePage() { -
+
+
+ +
+