Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
177
src/app/page.tsx
177
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { MessageCircle } from "lucide-react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
@@ -32,44 +33,28 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Rooms", id: "rooms"},
|
||||
{
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "الرئيسية", id: "home" },
|
||||
{ name: "الغرف", id: "rooms" },
|
||||
{ name: "معرض الصور", id: "gallery" },
|
||||
{ name: "اتصل بنا", id: "contact" },
|
||||
]}
|
||||
brandName="AL FAKHAMA"
|
||||
brandName="الفخامة"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Welcome to Al-Fakhama, Saudi Arabia"
|
||||
description="Where authentic Saudi heritage meets modern ultra-luxury, steps from Riyadh’s business core."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="مرحباً بكم في فندق الفخامة، المملكة العربية السعودية"
|
||||
description="حيث يلتقي التراث السعودي الأصيل بالفخامة الحديثة، على بعد خطوات من قلب مدينة الرياض التجاري."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now", href: "#reservation"},
|
||||
{
|
||||
text: "Explore Rooms", href: "#rooms"},
|
||||
{ text: "احجز الآن", href: "#reservation" },
|
||||
{ text: "استكشف الغرف", href: "#rooms" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-meeting-lounge_105762-2045.jpg?_wi=1", imageAlt: "Luxury Hotel Exterior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2282.jpg?_wi=1", imageAlt: "Hotel Interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv_105762-2109.jpg?_wi=1", imageAlt: "Luxury Suite"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150766.jpg?_wi=1", imageAlt: "Spa Center"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg", imageAlt: "Reception"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-table_23-2149068564.jpg", imageAlt: "Rooftop Restaurant"},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dp8ahMRaZ0OgttX5XvqsIw6SDY/uploaded-1778970975955-knn31ic1.jpg", imageAlt: "Al-Fakhama Luxury" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-meeting-lounge_105762-2045.jpg?_wi=1", imageAlt: "Luxury Hotel Exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2282.jpg?_wi=1", imageAlt: "Hotel Interior" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -78,15 +63,12 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Authentic Saudi Luxury"
|
||||
description="Redefining elegance with unparalleled service and heritage-inspired architecture. We welcome guests to a sanctuary of peace and prestige."
|
||||
title="فخامة سعودية أصيلة"
|
||||
description="نعيد تعريف الأناقة بخدمة لا تضاهى وعمارة مستوحاة من التراث. نرحب بضيوفنا في ملاذ من السلام والهيبة."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Concierge 24/7", description: "Around the clock personalized service."},
|
||||
{
|
||||
title: "Fine Dining", description: "Authentic local and world cuisines."},
|
||||
{
|
||||
title: "World-class Spa", description: "Revitalizing treatments and relaxation."},
|
||||
{ title: "خدمة الكونسيرج 24/7", description: "خدمة شخصية على مدار الساعة." },
|
||||
{ title: "تجربة طعام فاخرة", description: "أطباق محلية وعالمية أصيلة." },
|
||||
{ title: "منتجع صحي عالمي", description: "علاجات تجديد النشاط والاسترخاء." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-tv-with-wardrobe-walk-closet_105762-1941.jpg"
|
||||
/>
|
||||
@@ -99,21 +81,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "r1", name: "Deluxe King Suite", price: "$900 / night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-hotel-bedroom_74190-3804.jpg"},
|
||||
{
|
||||
id: "r2", name: "Royal Palace Suite", price: "$1,500 / night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1"},
|
||||
{
|
||||
id: "r3", name: "Executive Studio", price: "$600 / night", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-working-table_105762-2022.jpg"},
|
||||
{
|
||||
id: "r4", name: "Family Haven Suite", price: "$1,100 / night", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg"},
|
||||
{
|
||||
id: "r5", name: "Classic Elegance", price: "$450 / night", imageSrc: "http://img.b2bpic.net/free-photo/tidy-hotel-room-with-brown-curtains_1203-1493.jpg"},
|
||||
{
|
||||
id: "r6", name: "Penthouse Sanctuary", price: "$2,200 / night", imageSrc: "http://img.b2bpic.net/free-photo/suite-bedroom-sleep-pillows-home_1203-4103.jpg"},
|
||||
{ id: "r1", name: "جناح ملكي ديلوكس", price: "900$ / ليلة", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-hotel-bedroom_74190-3804.jpg" },
|
||||
{ id: "r2", name: "الجناح الملكي", price: "1,500$ / ليلة", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1" },
|
||||
{ id: "r3", name: "استوديو تنفيذي", price: "600$ / ليلة", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-working-table_105762-2022.jpg" },
|
||||
]}
|
||||
title="Elegant Accommodations"
|
||||
description="Discover our collection of exquisite rooms and royal suites."
|
||||
title="إقامات فاخرة"
|
||||
description="اكتشف مجموعتنا من الغرف والأجنحة الملكية الراقية."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -123,21 +96,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Spa Wellness", subtitle: "Relaxation", category: "Relax", value: "Luxury Treatment"},
|
||||
{
|
||||
id: "f2", title: "Fitness Club", subtitle: "Gym", category: "Fitness", value: "24/7 Access"},
|
||||
{
|
||||
id: "f3", title: "Dining Experience", subtitle: "Culinary", category: "Food", value: "Gourmet Meals"},
|
||||
{
|
||||
id: "f4", title: "Infinity Pool", subtitle: "Leisure", category: "Pool", value: "Temperature Control"},
|
||||
{
|
||||
id: "f5", title: "Free Wi-Fi", subtitle: "Connectivity", category: "Tech", value: "Ultra-Fast"},
|
||||
{
|
||||
id: "f6", title: "Smart Parking", subtitle: "Convenience", category: "Service", value: "Secure"},
|
||||
{ id: "f1", title: "منتجع صحي", subtitle: "استرخاء", category: "علاجات", value: "فاخرة" },
|
||||
{ id: "f2", title: "نادي رياضي", subtitle: "لياقة", category: "نشاط", value: "24/7" },
|
||||
{ id: "f3", title: "تجربة طعام", subtitle: "طهي", category: "مطاعم", value: "عالمية" },
|
||||
]}
|
||||
title="World Class Facilities"
|
||||
description="Everything you need for a premium stay in the city."
|
||||
title="مرافق عالمية المستوى"
|
||||
description="كل ما تحتاجه لإقامة متميزة في قلب المدينة."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -148,15 +112,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "450+", description: "Rooms Available"},
|
||||
{
|
||||
id: "m2", value: "5", description: "Fine Dining Restaurants"},
|
||||
{
|
||||
id: "m3", value: "100%", description: "Guest Satisfaction"},
|
||||
{ id: "m1", value: "450+", description: "غرفة جاهزة" },
|
||||
{ id: "m2", value: "5", description: "مطاعم عالمية" },
|
||||
{ id: "m3", value: "100%", description: "رضا الضيوف" },
|
||||
]}
|
||||
title="Hotel Visuals"
|
||||
description="Take a look at our stunning architectural details."
|
||||
title="صور الفندق"
|
||||
description="ألقِ نظرة على تفاصيلنا المعمارية المذهلة."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -165,19 +126,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Ahmed Al-Farsi", date: "Oct 2023", title: "Excellent Stay", quote: "The best experience I have had in Saudi.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/lobby-with-bokeh-effect_1203-623.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-meeting-lounge_105762-2045.jpg?_wi=2", imageAlt: "portrait luxury guest"},
|
||||
{
|
||||
id: "t2", name: "Sarah Miller", date: "Sep 2023", title: "Pure Luxury", quote: "Incredible service and stunning decor.", tag: "Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-wearing-hat-train_23-2148636990.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2282.jpg?_wi=2", imageAlt: "portrait luxury guest"},
|
||||
{
|
||||
id: "t3", name: "Khalid Bin", date: "Aug 2023", title: "Perfect Location", quote: "Simply the best, will visit again soon.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv_105762-2109.jpg?_wi=2", imageAlt: "portrait luxury guest"},
|
||||
{
|
||||
id: "t4", name: "Emily Watson", date: "Jul 2023", title: "Top Tier", quote: "The spa facilities are unparalleled.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/caucasion-woman-casual-confident-concept_53876-137678.jpg", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "portrait luxury guest"},
|
||||
{
|
||||
id: "t5", name: "Omar Saeed", date: "Jun 2023", title: "Modern Comfort", quote: "Exceptional room comfort and view.", tag: "Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150766.jpg?_wi=2", imageAlt: "portrait luxury guest"},
|
||||
{ id: "t1", name: "أحمد الفارسي", date: "أكتوبر 2023", title: "إقامة ممتازة", quote: "أفضل تجربة حظيت بها في السعودية.", tag: "نخبة", avatarSrc: "http://img.b2bpic.net/free-photo/lobby-with-bokeh-effect_1203-623.jpg" },
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Trusted by elite travelers around the world."
|
||||
title="ماذا يقول ضيوفنا"
|
||||
description="موثوق من قبل المسافرين النخبة حول العالم."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -186,15 +138,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "How to reach?", content: "We offer private transport from the airport."},
|
||||
{
|
||||
id: "q2", title: "Nearby attractions?", content: "Steps away from the central business district."},
|
||||
{
|
||||
id: "q3", title: "Check-in time?", content: "Check-in is at 3:00 PM local time."},
|
||||
{ id: "q1", title: "كيف نصل؟", content: "نقدم خدمة نقل خاصة من المطار." },
|
||||
{ id: "q2", title: "معالم قريبة؟", content: "على بعد خطوات من مركز الأعمال المركزي." },
|
||||
]}
|
||||
title="Hotel Location & FAQ"
|
||||
description="Find us easily in the city center."
|
||||
title="موقع الفندق والأسئلة الشائعة"
|
||||
description="يمكنك الوصول إلينا بسهولة في وسط المدينة."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -202,14 +150,12 @@ export default function LandingPage() {
|
||||
<div id="reservation" data-section="reservation">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Booking"
|
||||
title="Reserve Your Suite"
|
||||
description="Start your journey of luxury today. Our concierge is ready to assist you with booking."
|
||||
background={{ variant: "plain" }}
|
||||
tag="حجز"
|
||||
title="احجز جناحك الآن"
|
||||
description="ابدأ رحلة الفخامة اليوم. فريق الكونسيرج لدينا جاهز لمساعدتك."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact WhatsApp", href: "https://wa.me/yournumber"},
|
||||
{ text: "تواصل عبر واتساب", href: "https://wa.me/yournumber" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -219,37 +165,24 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Instagram", "Twitter", "Facebook", "LinkedIn", "YouTube", "TikTok", "Pinterest"]}
|
||||
title="Connect With Us"
|
||||
description="Follow us on social media for exclusive offers."
|
||||
"انستغرام", "تويتر", "فيسبوك", "لينكد إن"
|
||||
]}
|
||||
title="تواصل معنا"
|
||||
description="تابعنا على وسائل التواصل الاجتماعي للحصول على عروض حصرية."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Rooms", href: "#rooms"},
|
||||
{
|
||||
label: "Facilities", href: "#facilities"},
|
||||
],
|
||||
},
|
||||
{ title: "الشركة", items: [{ label: "عنّا", href: "#about" }] },
|
||||
{ title: "روابط", items: [{ label: "الغرف", href: "#rooms" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Al-Fakhama Luxury Hotel"
|
||||
bottomRightText="All Rights Reserved"
|
||||
bottomLeftText="© 2024 فندق الفخامة"
|
||||
bottomRightText="جميع الحقوق محفوظة"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user