Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bff40d744e |
278
src/app/page.tsx
278
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Offers",
|
||||
id: "offers",
|
||||
},
|
||||
name: "Offers", id: "offers"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Gunited Travels"
|
||||
/>
|
||||
@@ -55,97 +47,54 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="سافر بسهولة… وخلّي لحظاتك تبدأ الآن"
|
||||
description="Travel with ease… Start your moments now"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah A.",
|
||||
handle: "@traveler",
|
||||
testimonial: "أفضل مكتب تعاملت معاه 🙏",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hiking-tour_23-2150343020.jpg",
|
||||
},
|
||||
name: "Sarah A.", handle: "@traveler", testimonial: "أفضل مكتب تعاملت معاه 🙏", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hiking-tour_23-2150343020.jpg"},
|
||||
{
|
||||
name: "Ahmed M.",
|
||||
handle: "@traveler",
|
||||
testimonial: "خدمة سريعة ومميزة جداً",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-glad-female-smiles-gently-has-hiking-tour-with-rucksack_273609-25972.jpg",
|
||||
},
|
||||
name: "Ahmed M.", handle: "@traveler", testimonial: "خدمة سريعة ومميزة جداً", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-glad-female-smiles-gently-has-hiking-tour-with-rucksack_273609-25972.jpg"},
|
||||
{
|
||||
name: "Layla K.",
|
||||
handle: "@traveler",
|
||||
testimonial: "سهلوا لي كل إجراءات السفر",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-man-with-suitcase-looks-smartphone-holds-travel-tickets-passport_1258-270532.jpg",
|
||||
},
|
||||
name: "Layla K.", handle: "@traveler", testimonial: "سهلوا لي كل إجراءات السفر", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-man-with-suitcase-looks-smartphone-holds-travel-tickets-passport_1258-270532.jpg"},
|
||||
{
|
||||
name: "Omar F.",
|
||||
handle: "@traveler",
|
||||
testimonial: "متعاونين جداً في كل شيء",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-tourist-straw-hat-covering-face-from-sun-looking-distance-aside-smiling-pleased-t_1258-173882.jpg",
|
||||
},
|
||||
name: "Omar F.", handle: "@traveler", testimonial: "متعاونين جداً في كل شيء", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-tourist-straw-hat-covering-face-from-sun-looking-distance-aside-smiling-pleased-t_1258-173882.jpg"},
|
||||
{
|
||||
name: "Fatima S.",
|
||||
handle: "@traveler",
|
||||
testimonial: "رحلة ممتعة بفضلهم",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charismatic-young-man-traveller-going-holiday-trip-abroad-sitting-with-suitcase-holding_1258-270482.jpg",
|
||||
},
|
||||
name: "Fatima S.", handle: "@traveler", testimonial: "رحلة ممتعة بفضلهم", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charismatic-young-man-traveller-going-holiday-trip-abroad-sitting-with-suitcase-holding_1258-270482.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "احجز الآن / Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "احجز الآن / Book Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-working-laptop_23-2149963928.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-back-car-talking-phone_1303-20473.jpg",
|
||||
alt: "Traveler 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-back-car-talking-phone_1303-20473.jpg", alt: "Traveler 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27379.jpg",
|
||||
alt: "Traveler 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27379.jpg", alt: "Traveler 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-by-window_1303-19261.jpg",
|
||||
alt: "Traveler 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-by-window_1303-19261.jpg", alt: "Traveler 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-back-car-talking-phone_1303-20471.jpg",
|
||||
alt: "Traveler 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-back-car-talking-phone_1303-20471.jpg", alt: "Traveler 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-barefooted-lovely-girl-resting-blue-chaise-longue-smiling-with-palm-trees-portrait-cheerful-young-brunette-woman-sitting-trestle-bed-with-phone_197531-3073.jpg",
|
||||
alt: "Traveler 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-barefooted-lovely-girl-resting-blue-chaise-longue-smiling-with-palm-trees-portrait-cheerful-young-brunette-woman-sitting-trestle-bed-with-phone_197531-3073.jpg", alt: "Traveler 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "خدمة 24/7",
|
||||
},
|
||||
type: "text", text: "خدمة 24/7"},
|
||||
{
|
||||
type: "text",
|
||||
text: "ثقة وأمان",
|
||||
},
|
||||
type: "text", text: "ثقة وأمان"},
|
||||
{
|
||||
type: "text",
|
||||
text: "سرعة في الإنجاز",
|
||||
},
|
||||
type: "text", text: "سرعة في الإنجاز"},
|
||||
{
|
||||
type: "text",
|
||||
text: "أفضل الأسعار",
|
||||
},
|
||||
type: "text", text: "أفضل الأسعار"},
|
||||
{
|
||||
type: "text",
|
||||
text: "دعم متواصل",
|
||||
},
|
||||
type: "text", text: "دعم متواصل"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -155,14 +104,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Emirates",
|
||||
"Qatar Airways",
|
||||
"Turkish Airlines",
|
||||
"EgyptAir",
|
||||
"FlyDubai",
|
||||
"Saudi Airlines",
|
||||
"Etihad Airways",
|
||||
]}
|
||||
"Emirates", "Qatar Airways", "Turkish Airlines", "EgyptAir", "FlyDubai", "Saudi Airlines", "Etihad Airways"]}
|
||||
title="أكثر من 25,000 عميل سعيد / Over 25,000 happy clients"
|
||||
description="نحن فخورون بخدمة عملائنا المميزين"
|
||||
/>
|
||||
@@ -175,62 +117,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Visa",
|
||||
title: "تأشيرات الخليج",
|
||||
items: [
|
||||
"العروسة منتظراك 💍",
|
||||
"خلّص تأشيرتك الآن",
|
||||
],
|
||||
id: "f1", label: "Visa", title: "تأشيرات الخليج", items: [
|
||||
"العروسة منتظراك 💍", "خلّص تأشيرتك الآن"],
|
||||
buttons: [
|
||||
{
|
||||
text: "قدم الآن",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "قدم الآن", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Security",
|
||||
title: "الموافقة الأمنية",
|
||||
items: [
|
||||
"الأهل منتظرينك ❤️",
|
||||
"في أسرع وقت",
|
||||
],
|
||||
id: "f2", label: "Security", title: "الموافقة الأمنية", items: [
|
||||
"الأهل منتظرينك ❤️", "في أسرع وقت"],
|
||||
buttons: [
|
||||
{
|
||||
text: "ابدأ الآن",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "ابدأ الآن", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Flights",
|
||||
title: "حجوزات الطيران",
|
||||
items: [
|
||||
"سافر بأقل الأسعار ✈️",
|
||||
"احجز رحلتك اليوم",
|
||||
],
|
||||
id: "f3", label: "Flights", title: "حجوزات الطيران", items: [
|
||||
"سافر بأقل الأسعار ✈️", "احجز رحلتك اليوم"],
|
||||
buttons: [
|
||||
{
|
||||
text: "احجز رحلتك",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "احجز رحلتك", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
label: "Residency",
|
||||
title: "إقامة الخليج",
|
||||
items: [
|
||||
"ابدأ حياتك في الخليج الآن",
|
||||
],
|
||||
id: "f4", label: "Residency", title: "إقامة الخليج", items: [
|
||||
"ابدأ حياتك في الخليج الآن"],
|
||||
buttons: [
|
||||
{
|
||||
text: "اعرف التفاصيل",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "اعرف التفاصيل", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -247,41 +162,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "رحلة العمر",
|
||||
price: "خصم 20%",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sky-april-17-2024_58702-17105.jpg",
|
||||
},
|
||||
id: "p1", name: "رحلة العمر", price: "خصم 20%", imageSrc: "http://img.b2bpic.net/free-photo/sky-april-17-2024_58702-17105.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "عرض العوائل",
|
||||
price: "خصم 30%",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-tourists-man-woman-holding-suitcase-air-tickets-standing-white-wall_141793-55632.jpg",
|
||||
},
|
||||
id: "p2", name: "عرض العوائل", price: "خصم 30%", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-tourists-man-woman-holding-suitcase-air-tickets-standing-white-wall_141793-55632.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "تأشيرة مميزة",
|
||||
price: "عرض خاص",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/resort-hotel-nature-luxury-water_1203-5048.jpg",
|
||||
},
|
||||
id: "p3", name: "تأشيرة مميزة", price: "عرض خاص", imageSrc: "http://img.b2bpic.net/free-photo/resort-hotel-nature-luxury-water_1203-5048.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "طيران مباشر",
|
||||
price: "سعر حصري",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sky-april-18-2024_58702-17104.jpg",
|
||||
},
|
||||
id: "p4", name: "طيران مباشر", price: "سعر حصري", imageSrc: "http://img.b2bpic.net/free-photo/sky-april-18-2024_58702-17104.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "عطلة الصيف",
|
||||
price: "خصم 15%",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/airbnb-host-welcoming-guests_23-2149872053.jpg",
|
||||
},
|
||||
id: "p5", name: "عطلة الصيف", price: "خصم 15%", imageSrc: "http://img.b2bpic.net/free-photo/airbnb-host-welcoming-guests_23-2149872053.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "باقة الخليج",
|
||||
price: "سعر مميز",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-honeymoon-venice_1303-5718.jpg",
|
||||
},
|
||||
id: "p6", name: "باقة الخليج", price: "سعر مميز", imageSrc: "http://img.b2bpic.net/free-photo/couple-honeymoon-venice_1303-5718.jpg"},
|
||||
]}
|
||||
title="عروض لا تفوت / Limited Offers"
|
||||
description="عروض تحطيم الأسعار لفترة محدودة."
|
||||
@@ -295,40 +186,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "سارة أحمد",
|
||||
handle: "@sarah",
|
||||
testimonial: "أفضل مكتب تعاملت معاه 🙏",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-travelling-together_23-2149121238.jpg",
|
||||
},
|
||||
id: "t1", name: "سارة أحمد", handle: "@sarah", testimonial: "أفضل مكتب تعاملت معاه 🙏", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-travelling-together_23-2149121238.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "محمد علي",
|
||||
handle: "@mohamed",
|
||||
testimonial: "خدمة فوق الممتازة وسرعة عالية",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-glasses-waving_23-2148631360.jpg",
|
||||
},
|
||||
id: "t2", name: "محمد علي", handle: "@mohamed", testimonial: "خدمة فوق الممتازة وسرعة عالية", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-glasses-waving_23-2148631360.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "ليلى محمود",
|
||||
handle: "@layla",
|
||||
testimonial: "وفروا لي الكثير من وقتي",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-guy-with-suitcase-takes-selfie-smartphone-shows-ok-sign-approve_1258-270439.jpg",
|
||||
},
|
||||
id: "t3", name: "ليلى محمود", handle: "@layla", testimonial: "وفروا لي الكثير من وقتي", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-guy-with-suitcase-takes-selfie-smartphone-shows-ok-sign-approve_1258-270439.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "عمر خالد",
|
||||
handle: "@omar",
|
||||
testimonial: "سافرت بدون أي مشاكل",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up-sign_23-2148631398.jpg",
|
||||
},
|
||||
id: "t4", name: "عمر خالد", handle: "@omar", testimonial: "سافرت بدون أي مشاكل", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up-sign_23-2148631398.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "فاطمة عثمان",
|
||||
handle: "@fatima",
|
||||
testimonial: "تجربة خيالية ورائعة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-drawing-beach-vacation_23-2149369755.jpg",
|
||||
},
|
||||
id: "t5", name: "فاطمة عثمان", handle: "@fatima", testimonial: "تجربة خيالية ورائعة", imageSrc: "http://img.b2bpic.net/free-photo/couple-drawing-beach-vacation_23-2149369755.jpg"},
|
||||
]}
|
||||
title="آراء عملائنا / Customer Testimonials"
|
||||
description="تجارب حقيقية من مسافرين سافروا معنا."
|
||||
@@ -342,20 +208,11 @@ export default function LandingPage() {
|
||||
tag="WhatsApp Support"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "24/7",
|
||||
description: "دعم مستمر",
|
||||
},
|
||||
id: "m1", value: "24/7", description: "دعم مستمر"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "+249",
|
||||
description: "واتساب متاح",
|
||||
},
|
||||
id: "m2", value: "+249", description: "واتساب متاح"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "ثقة العميل",
|
||||
},
|
||||
id: "m3", value: "100%", description: "ثقة العميل"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -365,11 +222,10 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Get in touch"
|
||||
title="نحن هنا لخدمتك / We are here for you"
|
||||
description="أرسل لنا استفسارك وسنرد عليك فوراً."
|
||||
description="أرسل لنا استفسارك وسنرد عليك فوراً. [راسلنا مباشرة عبر واتساب](https://wa.me/yournumber)"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/united-states-america-map-with-flag_23-2148232413.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -379,29 +235,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "الخدمات",
|
||||
items: [
|
||||
title: "الخدمات", items: [
|
||||
{
|
||||
label: "تأشيرات",
|
||||
href: "#services",
|
||||
},
|
||||
label: "تأشيرات", href: "#services"},
|
||||
{
|
||||
label: "طيران",
|
||||
href: "#services",
|
||||
},
|
||||
label: "طيران", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "معلومات",
|
||||
items: [
|
||||
title: "معلومات", items: [
|
||||
{
|
||||
label: "من نحن",
|
||||
href: "#",
|
||||
},
|
||||
label: "من نحن", href: "#"},
|
||||
{
|
||||
label: "اتصل بنا",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "اتصل بنا", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -411,4 +257,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user