Merge version_1 into main #2
285
src/app/page.tsx
285
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Smile, Sun, Utensils, Waves } from "lucide-react";
|
||||
import { Waves, Sun, TreeDeciduous, Utensils, Dices, Smile } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,49 +32,23 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "عن الاستراحة",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "المرافق",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "اتصل بنا",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "الرئيسية", id: "#hero" },
|
||||
{ name: "عن الاستراحة", id: "#about" },
|
||||
{ name: "المرافق", id: "#features" },
|
||||
{ name: "اتصل بنا", id: "#contact" },
|
||||
]}
|
||||
brandName="استراحة الهارون"
|
||||
button={{
|
||||
text: "احجز الآن",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "احجز الآن", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="استراحة الهارون"
|
||||
description="استمتع بأجمل اللحظات مع العائلة والأصدقاء في مساحات رحبة ومرافق عصرية مصممة لراحتك."
|
||||
buttons={[
|
||||
{
|
||||
text: "احجز الآن",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "استكشف المرافق",
|
||||
href: "#features",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/swimming-pool_74190-7327.jpg?_wi=1"
|
||||
buttons={[{ text: "احجز الآن", href: "#contact" }, { text: "استكشف المرافق", href: "#features" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/swimming-pool_74190-7327.jpg"
|
||||
imageAlt="محيط استراحة الهارون"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -87,20 +61,11 @@ export default function LandingPage() {
|
||||
title="وجهتك المثالية للاسترخاء"
|
||||
description="تعد استراحة الهارون الملاذ المثالي للباحثين عن الهدوء والخصوصية بعيداً عن صخب المدينة. نقدم لكم بيئة متكاملة تضمن لكم تجربة لا تُنسى في كل زيارة."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "موقع متميز",
|
||||
description: "مساحات خضراء واسعة وموقع يسهل الوصول إليه",
|
||||
},
|
||||
{
|
||||
title: "خصوصية تامة",
|
||||
description: "تصميم يضمن الخصوصية الكاملة للعائلات",
|
||||
},
|
||||
{
|
||||
title: "خدمات راقية",
|
||||
description: "عناية فائقة بكافة تفاصيل الإقامة",
|
||||
},
|
||||
{ title: "موقع متميز", description: "مساحات خضراء واسعة وموقع يسهل الوصول إليه" },
|
||||
{ title: "خصوصية تامة", description: "تصميم يضمن الخصوصية الكاملة للعائلات" },
|
||||
{ title: "خدمات راقية", description: "عناية فائقة بكافة تفاصيل الإقامة" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-pretty-tanned-woman-black-vintage-bikini-lies-green-sun-bed-amazing-villa-sunny-day-resting-enjoying-vacation_343596-2541.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-pretty-tanned-woman-black-vintage-bikini-lies-green-sun-bed-amazing-villa-sunny-day-resting-enjoying-vacation_343596-2541.jpg"
|
||||
imageAlt="داخل استراحة الهارون"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -113,68 +78,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "مسبح خاص",
|
||||
description: "استمتع بالسباحة في مسبح خاص ومعقم بمياه نظيفة ومساحات للجلوس والاسترخاء.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-enjoy-city-pool-dusk-generated-by-ai_188544-31106.jpg",
|
||||
imageAlt: "المسبح",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Waves,
|
||||
text: "مياه معقمة",
|
||||
},
|
||||
{
|
||||
icon: Sun,
|
||||
text: "مساحات تشمس",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_74190-7327.jpg?_wi=2",
|
||||
imageAlt: "resort swimming pool at night",
|
||||
title: "مسبح خاص", description: "استمتع بالسباحة في مسبح خاص ومعقم بمياه نظيفة ومساحات للجلوس والاسترخاء.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-adults-enjoy-city-pool-dusk-generated-by-ai_188544-31106.jpg", imageAlt: "المسبح" },
|
||||
items: [{ icon: Waves, text: "مياه معقمة" }, { icon: Sun, text: "مساحات تشمس" }],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "حدائق خضراء",
|
||||
description: "مساحات خارجية رحبة ومناسبة للجلسات العائلية وحفلات الشواء.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/path-leads-white-building-green-hill_1304-3762.jpg",
|
||||
imageAlt: "الحدائق",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: TreeDeciduous,
|
||||
text: "مناظر طبيعية",
|
||||
},
|
||||
{
|
||||
icon: Utensils,
|
||||
text: "منطقة شواء",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-pretty-tanned-woman-black-vintage-bikini-lies-green-sun-bed-amazing-villa-sunny-day-resting-enjoying-vacation_343596-2541.jpg?_wi=2",
|
||||
imageAlt: "resort swimming pool at night",
|
||||
title: "حدائق خضراء", description: "مساحات خارجية رحبة ومناسبة للجلسات العائلية وحفلات الشواء.", media: { imageSrc: "http://img.b2bpic.net/free-photo/path-leads-white-building-green-hill_1304-3762.jpg", imageAlt: "الحدائق" },
|
||||
items: [{ icon: TreeDeciduous, text: "مناظر طبيعية" }, { icon: Utensils, text: "منطقة شواء" }],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "منطقة ألعاب للأطفال",
|
||||
description: "مساحة مخصصة وآمنة ليلعب الأطفال بحرية ويستمتعوا بأوقاتهم.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parent-spending-quality-time-with-their-child_23-2149082101.jpg",
|
||||
imageAlt: "ألعاب الأطفال",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Dices,
|
||||
text: "ألعاب آمنة",
|
||||
},
|
||||
{
|
||||
icon: Smile,
|
||||
text: "مساحة مرح",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-indoor-design-concept_23-2148811462.jpg?_wi=1",
|
||||
imageAlt: "resort swimming pool at night",
|
||||
},
|
||||
title: "منطقة ألعاب للأطفال", description: "مساحة مخصصة وآمنة ليلعب الأطفال بحرية ويستمتعوا بأوقاتهم.", media: { imageSrc: "http://img.b2bpic.net/free-photo/parent-spending-quality-time-with-their-child_23-2149082101.jpg", imageAlt: "ألعاب الأطفال" },
|
||||
items: [{ icon: Dices, text: "ألعاب آمنة" }, { icon: Smile, text: "مساحة مرح" }],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="مرافقنا المتكاملة"
|
||||
description="نحن نحرص على توفير كل ما تحتاجه لإقامة ممتعة ومريحة"
|
||||
@@ -188,42 +105,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "شاليه عائلي كبير",
|
||||
price: "يومياً",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-indoor-design-concept_23-2148811462.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "جناح كبار الشخصيات",
|
||||
price: "يومياً",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263558.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "وحدة قياسية",
|
||||
price: "يومياً",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118975.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "شاليه ريفي",
|
||||
price: "يومياً",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890386.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "فيلا مميزة",
|
||||
price: "يومياً",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-caucasian-tanned-woman-bikini-straw-hat-with-floating-breakfast-amazing-luxury-bali-style-villa-sunny-day-by-swimming-pool-tropical-background_343596-1023.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "وحدة اقتصادية",
|
||||
price: "يومياً",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg",
|
||||
},
|
||||
{ id: "1", name: "شاليه عائلي كبير", price: "يومياً", imageSrc: "http://img.b2bpic.net/free-photo/home-indoor-design-concept_23-2148811462.jpg" },
|
||||
{ id: "2", name: "جناح كبار الشخصيات", price: "يومياً", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263558.jpg" },
|
||||
{ id: "3", name: "وحدة قياسية", price: "يومياً", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118975.jpg" },
|
||||
{ id: "4", name: "شاليه ريفي", price: "يومياً", imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890386.jpg" },
|
||||
{ id: "5", name: "فيلا مميزة", price: "يومياً", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-caucasian-tanned-woman-bikini-straw-hat-with-floating-breakfast-amazing-luxury-bali-style-villa-sunny-day-by-swimming-pool-tropical-background_343596-1023.jpg" },
|
||||
{ id: "6", name: "وحدة اقتصادية", price: "يومياً", imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg" },
|
||||
]}
|
||||
title="خيارات الإقامة"
|
||||
description="اختر من بين تشكيلتنا المتنوعة من الوحدات السكنية المجهزة بالكامل"
|
||||
@@ -236,33 +123,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1000+",
|
||||
title: "عميل سعيد",
|
||||
items: [
|
||||
"عائلات",
|
||||
"أصدقاء",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "زيارة ناجحة",
|
||||
items: [
|
||||
"مناسبات",
|
||||
"عطلات",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5",
|
||||
title: "نجوم تقييم",
|
||||
items: [
|
||||
"خدمة",
|
||||
"نظافة",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "1000+", title: "عميل سعيد", items: ["عائلات", "أصدقاء"] },
|
||||
{ id: "m2", value: "500+", title: "زيارة ناجحة", items: ["مناسبات", "عطلات"] },
|
||||
{ id: "m3", value: "5", title: "نجوم تقييم", items: ["خدمة", "نظافة"] },
|
||||
]}
|
||||
title="استراحة في أرقام"
|
||||
description="تجربة حافلة بالتميز والرضا لعملائنا الكرام"
|
||||
@@ -276,26 +139,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="محمد القحطاني"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg",
|
||||
alt: "محمد",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-having-fun-by-sea-side_23-2149347061.jpg",
|
||||
alt: "خالد",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg",
|
||||
alt: "سارة",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
alt: "ريم",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-couple-using-digital-tablet-cottage_107420-9654.jpg",
|
||||
alt: "أحمد",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg", alt: "محمد" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/friends-having-fun-by-sea-side_23-2149347061.jpg", alt: "خالد" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg", alt: "سارة" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", alt: "ريم" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-couple-using-digital-tablet-cottage_107420-9654.jpg", alt: "أحمد" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -307,21 +155,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "كيف يمكنني الحجز؟",
|
||||
content: "يمكنكم الحجز عن طريق التواصل معنا مباشرة عبر الهاتف أو الواتساب المذكور في الموقع.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "هل يتوفر طاقم صيانة؟",
|
||||
content: "نعم، يتوفر طاقم صيانة متواجد لخدمتكم طوال فترة إقامتكم.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "هل يسمح بإقامة الحفلات؟",
|
||||
content: "نعم، الاستراحة مثالية للمناسبات الخاصة والاحتفالات العائلية.",
|
||||
},
|
||||
{ id: "q1", title: "كيف يمكنني الحجز؟", content: "يمكنكم الحجز عن طريق التواصل معنا مباشرة عبر الهاتف أو الواتساب المذكور في الموقع." },
|
||||
{ id: "q2", title: "هل يتوفر طاقم صيانة؟", content: "نعم، يتوفر طاقم صيانة متواجد لخدمتكم طوال فترة إقامتكم." },
|
||||
{ id: "q3", title: "هل يسمح بإقامة الحفلات؟", content: "نعم، الاستراحة مثالية للمناسبات الخاصة والاحتفالات العائلية." },
|
||||
]}
|
||||
title="الأسئلة الشائعة"
|
||||
description="إجابات على أهم الاستفسارات حول الإقامة والحجوزات"
|
||||
@@ -332,48 +168,17 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
text="هل أنت جاهز لقضاء وقت ممتع؟ تواصل معنا اليوم للحجز والاستفسار."
|
||||
buttons={[
|
||||
{
|
||||
text: "اتصل بنا الآن",
|
||||
href: "tel:+966500000000",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "اتصل بنا الآن", href: "tel:+966500000000" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "عن استراحة الهارون",
|
||||
items: [
|
||||
{
|
||||
label: "من نحن",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "الخدمات",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "تواصل معنا",
|
||||
items: [
|
||||
{
|
||||
label: "الهاتف",
|
||||
href: "tel:+966500000000",
|
||||
},
|
||||
{
|
||||
label: "الواتساب",
|
||||
href: "https://wa.me/966500000000",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "عن استراحة الهارون", items: [{ label: "من نحن", href: "#about" }, { label: "الخدمات", href: "#features" }] },
|
||||
{ title: "تواصل معنا", items: [{ label: "الهاتف", href: "tel:+966500000000" }, { label: "الواتساب", href: "https://wa.me/966500000000" }] },
|
||||
]}
|
||||
bottomLeftText="جميع الحقوق محفوظة © 2024"
|
||||
bottomRightText="استراحة الهارون"
|
||||
@@ -382,4 +187,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user