diff --git a/src/app/page.tsx b/src/app/page.tsx
index dffaa54..0cd83be 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -78,15 +63,12 @@ export default function LandingPage() {
@@ -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="اكتشف مجموعتنا من الغرف والأجنحة الملكية الراقية."
/>
@@ -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="كل ما تحتاجه لإقامة متميزة في قلب المدينة."
/>
@@ -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="ألقِ نظرة على تفاصيلنا المعمارية المذهلة."
/>
@@ -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="موثوق من قبل المسافرين النخبة حول العالم."
/>
@@ -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"
/>
@@ -202,14 +150,12 @@ export default function LandingPage() {
@@ -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="تابعنا على وسائل التواصل الاجتماعي للحصول على عروض حصرية."
/>
);
-}
\ No newline at end of file
+}