Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
238
src/app/page.tsx
238
src/app/page.tsx
@@ -31,68 +31,45 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Packages",
|
||||
id: "packages",
|
||||
},
|
||||
name: "Packages", id: "packages"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Chalay Ao Travels"
|
||||
button={{
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Pakistan Ki Khoobsurti, Aapke Saath"
|
||||
description="Discover the magic of Northern Pakistan with premium guided tours. Rated 4.9/5 by 455+ happy travelers."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Tours",
|
||||
href: "#packages",
|
||||
},
|
||||
text: "Explore Tours", href: "#packages"},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/923356442987",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/923356442987"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mountain-landscape-sunset_1150-18337.jpg",
|
||||
imageAlt: "Northern Pakistan Landscapes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mountain-landscape-sunset_1150-18337.jpg", imageAlt: "Northern Pakistan Landscapes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mountain-scenery-reflecting-water-picturesque-winter-nature-tatra-national-park_181624-50287.jpg",
|
||||
imageAlt: "Mountain Peaks",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mountain-scenery-reflecting-water-picturesque-winter-nature-tatra-national-park_181624-50287.jpg", imageAlt: "Mountain Peaks"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-frozen-hector-lake-canadian-rocky-mountains_181624-20644.jpg",
|
||||
imageAlt: "Glacial Lake",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-frozen-hector-lake-canadian-rocky-mountains_181624-20644.jpg", imageAlt: "Glacial Lake"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happiness-beautiful-asian-woman-wearing-straw-hat-park_1150-20598.jpg",
|
||||
imageAlt: "Kalam Valley Views",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happiness-beautiful-asian-woman-wearing-straw-hat-park_1150-20598.jpg", imageAlt: "Kalam Valley Views"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-hardened-lake-montanegro_501050-676.jpg",
|
||||
imageAlt: "Skardu Lake Panorama",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-hardened-lake-montanegro_501050-676.jpg", imageAlt: "Skardu Lake Panorama"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-water-surrounded-by-mountains-cloudy-sky_181624-5120.jpg",
|
||||
imageAlt: "Ratti Gali Beauty",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-water-surrounded-by-mountains-cloudy-sky_181624-5120.jpg", imageAlt: "Ratti Gali Beauty"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,23 +82,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Guides",
|
||||
description: "Learn from the best local guides who know every hidden gem.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-man-using-smartphone-wild-nature-winter-vacation-hiking_285396-2028.jpg",
|
||||
imageAlt: "Expert Guides",
|
||||
},
|
||||
title: "Expert Guides", description: "Learn from the best local guides who know every hidden gem.", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-man-using-smartphone-wild-nature-winter-vacation-hiking_285396-2028.jpg", imageAlt: "Expert Guides"},
|
||||
{
|
||||
title: "Safe & Reliable",
|
||||
description: "We prioritize your safety with verified transport and reliable support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-friends-traveling-by-car-playing-guitar_23-2148771884.jpg",
|
||||
imageAlt: "Safe Travel",
|
||||
},
|
||||
title: "Safe & Reliable", description: "We prioritize your safety with verified transport and reliable support.", imageSrc: "http://img.b2bpic.net/free-photo/female-friends-traveling-by-car-playing-guitar_23-2148771884.jpg", imageAlt: "Safe Travel"},
|
||||
{
|
||||
title: "Luxury & Comfort",
|
||||
description: "Enjoy stays at handpicked hotels and comfortable, modern vehicles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cabins-near-forest-mountain-covered-with-snow_198169-219.jpg",
|
||||
imageAlt: "Comfortable Stays",
|
||||
},
|
||||
title: "Luxury & Comfort", description: "Enjoy stays at handpicked hotels and comfortable, modern vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/cabins-near-forest-mountain-covered-with-snow_198169-219.jpg", imageAlt: "Comfortable Stays"},
|
||||
]}
|
||||
title="Why Choose Chalay Ao Travels"
|
||||
description="Experience Northern Pakistan with expertise, safety, and local insight."
|
||||
@@ -136,59 +101,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Tour",
|
||||
name: "3 Days Ratti Gali & Kel",
|
||||
price: "From $48",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/reykjavik-iceland-june-13-2023_58702-16506.jpg",
|
||||
},
|
||||
id: "1", brand: "Tour", name: "3 Days Ratti Gali & Kel", price: "From $48", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/reykjavik-iceland-june-13-2023_58702-16506.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Tour",
|
||||
name: "3 Days Swat Valley",
|
||||
price: "From $48",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-glacier-point-road-surrounded-by-rocky-hills-yosemite-national-park-california_181624-57071.jpg",
|
||||
},
|
||||
id: "2", brand: "Tour", name: "3 Days Swat Valley", price: "From $48", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/landscape-glacier-point-road-surrounded-by-rocky-hills-yosemite-national-park-california_181624-57071.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Tour",
|
||||
name: "3 Days Naran Special",
|
||||
price: "From $48",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-wooden-house-surrounded-by-forested-mountain-covered-snow-winter_181624-10162.jpg",
|
||||
},
|
||||
id: "3", brand: "Tour", name: "3 Days Naran Special", price: "From $48", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-wooden-house-surrounded-by-forested-mountain-covered-snow-winter_181624-10162.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Tour",
|
||||
name: "6 Days Skardu Family Trip",
|
||||
price: "Custom Pricing",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-shot-female-sitting-hoher-dachstein-s-area_181624-40934.jpg",
|
||||
},
|
||||
id: "4", brand: "Tour", name: "6 Days Skardu Family Trip", price: "Custom Pricing", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-shot-female-sitting-hoher-dachstein-s-area_181624-40934.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Tour",
|
||||
name: "Swat & Kalam Group Tour",
|
||||
price: "From $48",
|
||||
rating: 5,
|
||||
reviewCount: "42",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-daylight-perfect-wallpaper_181624-38394.jpg",
|
||||
},
|
||||
id: "5", brand: "Tour", name: "Swat & Kalam Group Tour", price: "From $48", rating: 5,
|
||||
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-daylight-perfect-wallpaper_181624-38394.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Tour",
|
||||
name: "Honeymoon Specials",
|
||||
price: "Contact for Quote",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fairy-meadows-is-grassland-near-one-base-camp-sites-nanga-parbat-located-diamer_505751-5857.jpg",
|
||||
},
|
||||
id: "6", brand: "Tour", name: "Honeymoon Specials", price: "Contact for Quote", rating: 5,
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/fairy-meadows-is-grassland-near-one-base-camp-sites-nanga-parbat-located-diamer_505751-5857.jpg"},
|
||||
]}
|
||||
title="Our Popular Tours"
|
||||
description="Customized and group tours to Northern Pakistan."
|
||||
@@ -202,36 +131,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "455+",
|
||||
title: "Customer Reviews",
|
||||
items: [
|
||||
"Verified feedback",
|
||||
],
|
||||
id: "m1", value: "455+", title: "Customer Reviews", items: [
|
||||
"Verified feedback"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.9",
|
||||
title: "Star Rating",
|
||||
items: [
|
||||
"On Google Maps",
|
||||
],
|
||||
id: "m2", value: "4.9", title: "Star Rating", items: [
|
||||
"On Google Maps"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
title: "Trips Completed",
|
||||
items: [
|
||||
"Across Pakistan",
|
||||
],
|
||||
id: "m3", value: "500+", title: "Trips Completed", items: [
|
||||
"Across Pakistan"],
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "3000+",
|
||||
title: "Happy Travelers",
|
||||
items: [
|
||||
"Since our start",
|
||||
],
|
||||
id: "m4", value: "3000+", title: "Happy Travelers", items: [
|
||||
"Since our start"],
|
||||
},
|
||||
]}
|
||||
title="Traveler Milestones"
|
||||
@@ -246,45 +159,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Khan Mehwar",
|
||||
handle: "Group Tour",
|
||||
testimonial: "Absolutely amazing experience, very well organized and professional service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-mountains-with-yellow-scarf_181624-11696.jpg",
|
||||
},
|
||||
id: "t1", name: "Khan Mehwar", handle: "Group Tour", testimonial: "Absolutely amazing experience, very well organized and professional service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-mountains-with-yellow-scarf_181624-11696.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Munazza Muskan",
|
||||
handle: "Family Trip",
|
||||
testimonial: "Outstanding experience, great attention to detail. Furqan bhai is the best!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-beautiful-couple-love-walking-mountains_285396-2236.jpg",
|
||||
},
|
||||
id: "t2", name: "Munazza Muskan", handle: "Family Trip", testimonial: "Outstanding experience, great attention to detail. Furqan bhai is the best!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-beautiful-couple-love-walking-mountains_285396-2236.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Basit Nadeem",
|
||||
handle: "Custom Tour",
|
||||
testimonial: "Beautifully managed trip. Our guide Awais was incredibly kind and friendly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-front-city-building_23-2147860872.jpg",
|
||||
},
|
||||
id: "t3", name: "Basit Nadeem", handle: "Custom Tour", testimonial: "Beautifully managed trip. Our guide Awais was incredibly kind and friendly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-front-city-building_23-2147860872.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Anonymous Couple",
|
||||
handle: "Winter Special",
|
||||
testimonial: "First snow experience! Guide arranged jeeps at reasonable fares, truly magical.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-rock-canyon-smiling-drinking-tea_176420-4238.jpg",
|
||||
},
|
||||
id: "t4", name: "Anonymous Couple", handle: "Winter Special", testimonial: "First snow experience! Guide arranged jeeps at reasonable fares, truly magical.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-rock-canyon-smiling-drinking-tea_176420-4238.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ayesha Khan",
|
||||
handle: "Skardu Trip",
|
||||
testimonial: "Loved the itinerary and hospitality. Truly a memorable vacation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-people-winter-forest_1098-21394.jpg",
|
||||
},
|
||||
id: "t5", name: "Ayesha Khan", handle: "Skardu Trip", testimonial: "Loved the itinerary and hospitality. Truly a memorable vacation.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-people-winter-forest_1098-21394.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Stories from Travelers"
|
||||
@@ -298,20 +186,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I book a tour?",
|
||||
content: "You can book directly via WhatsApp at +92 335 6442987.",
|
||||
},
|
||||
id: "q1", title: "How do I book a tour?", content: "You can book directly via WhatsApp at +92 335 6442987."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are these tours family friendly?",
|
||||
content: "Yes! We specialize in customized family tours.",
|
||||
},
|
||||
id: "q2", title: "Are these tours family friendly?", content: "Yes! We specialize in customized family tours."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What if my plans change?",
|
||||
content: "Contact us 48 hours prior to discuss rescheduling.",
|
||||
},
|
||||
id: "q3", title: "What if my plans change?", content: "Contact us 48 hours prior to discuss rescheduling."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sunrise-deogyusan-mountains-covered-with-snow-winter-south-korea_335224-464.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -325,16 +204,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Booking Now Open"
|
||||
title="Ready for Your Next Adventure?"
|
||||
description="Start your journey into Northern Pakistan with the experts at Chalay Ao Travels."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Us Now",
|
||||
href: "https://wa.me/923356442987",
|
||||
},
|
||||
text: "WhatsApp Us Now", href: "https://wa.me/923356442987"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -343,13 +219,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Chalay Ao Travels"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "WhatsApp: +92 335 6442987",
|
||||
href: "https://wa.me/923356442987",
|
||||
}}
|
||||
text: "WhatsApp: +92 335 6442987", href: "https://wa.me/923356442987"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user