Merge version_1_1781452447425 into main #1
@@ -15,22 +15,16 @@ export default function HomePage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroCenteredLogos
|
||||
avatarsSrc={[]}
|
||||
avatarText="Trusted by travelers worldwide"
|
||||
title="Experience the Soul of Sri Lanka"
|
||||
description="Bespoke inbound travel solutions crafted for those who seek the authentic, the hidden, and the sublime."
|
||||
primaryButton={{
|
||||
text: "Explore Packages",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Explore Packages", href: "#products"}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
names={[
|
||||
"Discover",
|
||||
"Connect",
|
||||
"Explore",
|
||||
]}
|
||||
"Discover", "Connect", "Explore"]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/world-map-airplane-miniature-notepad-wooden-table-top-view_169016-50741.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -41,9 +35,7 @@ export default function HomePage() {
|
||||
<AboutText
|
||||
title="Ceylon Eminence: Your Gateway to Paradise"
|
||||
primaryButton={{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Learn More", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -56,40 +48,19 @@ export default function HomePage() {
|
||||
description="Discover the hidden gems of our island paradise."
|
||||
items={[
|
||||
{
|
||||
title: "Cultural Heritage",
|
||||
description: "Explore ancient kingdoms.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thailand-dancing-masked-khon-performances-with-ancient-temple_1150-51662.jpg",
|
||||
},
|
||||
title: "Cultural Heritage", description: "Explore ancient kingdoms.", imageSrc: "http://img.b2bpic.net/free-photo/thailand-dancing-masked-khon-performances-with-ancient-temple_1150-51662.jpg"},
|
||||
{
|
||||
title: "Mountain Escapes",
|
||||
description: "Cool breeze in Ella.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mountain-with-trees-shrubs-clouds_1122-2187.jpg",
|
||||
},
|
||||
title: "Mountain Escapes", description: "Cool breeze in Ella.", imageSrc: "http://img.b2bpic.net/free-photo/mountain-with-trees-shrubs-clouds_1122-2187.jpg"},
|
||||
{
|
||||
title: "Sacred Sites",
|
||||
description: "The heart of history.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/narrow-road-big-walls-old-castle-background-concept_181624-41856.jpg",
|
||||
},
|
||||
title: "Sacred Sites", description: "The heart of history.", imageSrc: "http://img.b2bpic.net/free-photo/narrow-road-big-walls-old-castle-background-concept_181624-41856.jpg"},
|
||||
{
|
||||
title: "Wildlife Safari",
|
||||
description: "Meet the majestic giants.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-elk-standing-front-man-with-backpack_181624-27170.jpg",
|
||||
},
|
||||
title: "Wildlife Safari", description: "Meet the majestic giants.", imageSrc: "http://img.b2bpic.net/free-photo/male-elk-standing-front-man-with-backpack_181624-27170.jpg"},
|
||||
{
|
||||
title: "Coastal Bliss",
|
||||
description: "Golden sunset shores.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-beautiful-girl-stands-with-surfboard-ocean-shore_72229-1200.jpg",
|
||||
},
|
||||
title: "Coastal Bliss", description: "Golden sunset shores.", imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-beautiful-girl-stands-with-surfboard-ocean-shore_72229-1200.jpg"},
|
||||
{
|
||||
title: "Scenic Rail",
|
||||
description: "Through the clouds.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-traveler-with-backpack-hat-train-station-with-traveler-travel-recreation-concept_1384-13.jpg",
|
||||
},
|
||||
title: "Scenic Rail", description: "Through the clouds.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-traveler-with-backpack-hat-train-station-with-traveler-travel-recreation-concept_1384-13.jpg"},
|
||||
{
|
||||
title: "Luxury Retreats",
|
||||
description: "Boutique stays in peace.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-blue-dress-straw-hat-wearing-pink-sunglassses-walking-pool-tropical-spa-villa-vacation-summer-style-outfit-smiling-happy-having-fun_285396-2473.jpg",
|
||||
},
|
||||
title: "Luxury Retreats", description: "Boutique stays in peace.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-blue-dress-straw-hat-wearing-pink-sunglassses-walking-pool-tropical-spa-villa-vacation-summer-style-outfit-smiling-happy-having-fun_285396-2473.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -103,20 +74,11 @@ export default function HomePage() {
|
||||
description="Quality service backed by extensive local expertise."
|
||||
metrics={[
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Destinations",
|
||||
value: "50+",
|
||||
},
|
||||
icon: "MapPin", title: "Destinations", value: "50+"},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Happy Travelers",
|
||||
value: "10k+",
|
||||
},
|
||||
icon: "Users", title: "Happy Travelers", value: "10k+"},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Years Experience",
|
||||
value: "15",
|
||||
},
|
||||
icon: "Award", title: "Years Experience", value: "15"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -130,25 +92,15 @@ export default function HomePage() {
|
||||
author="Mark & Elena"
|
||||
avatars={[
|
||||
{
|
||||
name: "John",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-fashionable-african-american-man-with-afro-haircut-wearing-denim-coat-backpack-while-holding-coffee-looking-aside-walking-park-waiting-someone_176420-19818.jpg",
|
||||
},
|
||||
name: "John", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-fashionable-african-american-man-with-afro-haircut-wearing-denim-coat-backpack-while-holding-coffee-looking-aside-walking-park-waiting-someone_176420-19818.jpg"},
|
||||
{
|
||||
name: "Sarah",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-three-stylish-friends-posing-street-fashion-man-two-cute-girls-dressed-casual-summer-clothes-smiling-models-having-fun-sunglasses-cheerful-women-guy-outdoors_158538-16243.jpg",
|
||||
},
|
||||
name: "Sarah", imageSrc: "http://img.b2bpic.net/free-photo/group-young-three-stylish-friends-posing-street-fashion-man-two-cute-girls-dressed-casual-summer-clothes-smiling-models-having-fun-sunglasses-cheerful-women-guy-outdoors_158538-16243.jpg"},
|
||||
{
|
||||
name: "David",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-hitchhiking_23-2148588492.jpg",
|
||||
},
|
||||
name: "David", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-hitchhiking_23-2148588492.jpg"},
|
||||
{
|
||||
name: "Emma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-man-beach_23-2150923233.jpg",
|
||||
},
|
||||
name: "Emma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-man-beach_23-2150923233.jpg"},
|
||||
{
|
||||
name: "Luke",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-positive-young-woman-focused-upwards-makes-selfie-portrait_273609-25977.jpg",
|
||||
},
|
||||
name: "Luke", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-positive-young-woman-focused-upwards-makes-selfie-portrait_273609-25977.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -161,14 +113,7 @@ export default function HomePage() {
|
||||
title="Trusting Organizations"
|
||||
description="Collaborating with the best globally."
|
||||
names={[
|
||||
"Traveler's Choice",
|
||||
"Global Eco-Lodge",
|
||||
"World Travel Board",
|
||||
"Adventure Guild",
|
||||
"UNESCO Heritage",
|
||||
"Island Safaris",
|
||||
"Hospitality Pros",
|
||||
]}
|
||||
"Traveler's Choice", "Global Eco-Lodge", "World Travel Board", "Adventure Guild", "UNESCO Heritage", "Island Safaris", "Hospitality Pros"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -181,20 +126,13 @@ export default function HomePage() {
|
||||
description="Everything you need to know before you fly."
|
||||
categories={[
|
||||
{
|
||||
name: "General",
|
||||
items: [
|
||||
name: "General", items: [
|
||||
{
|
||||
question: "When is the best time to visit?",
|
||||
answer: "The dry seasons are generally best.",
|
||||
},
|
||||
question: "When is the best time to visit?", answer: "The dry seasons are generally best."},
|
||||
{
|
||||
question: "What documents do I need?",
|
||||
answer: "You need a valid passport and an ETA visa.",
|
||||
},
|
||||
question: "What documents do I need?", answer: "You need a valid passport and an ETA visa."},
|
||||
{
|
||||
question: "Do you offer airport pickups?",
|
||||
answer: "Yes, we handle all airport logistics.",
|
||||
},
|
||||
question: "Do you offer airport pickups?", answer: "Yes, we handle all airport logistics."},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -208,13 +146,9 @@ export default function HomePage() {
|
||||
tag="Start Planning"
|
||||
text="Ready to discover your island dream? Let us handle all the details."
|
||||
primaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Contact Us", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "Download Guide",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Download Guide", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user