Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d75455980c | |||
| 5da3267e75 | |||
| 6be83a1459 | |||
| 96256d10ed | |||
| 59c1a9cb33 |
@@ -8,7 +8,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Calendar, CheckCircle, Map, MapPin, Star, Users } from "lucide-react";
|
||||
import { Calendar, CheckCircle, Map, MapPin, Star, Users, Download } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -40,25 +40,27 @@ export default function LandingPage() {
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Organize Your Greek Odyssey"
|
||||
description="Keep track of every flight, hotel stay, and island transition with our dedicated trip manager."
|
||||
tag="Travel Planner"
|
||||
description="Keep track of every flight, hotel stay, and island transition with our dedicated trip manager. Download your full itinerary and budget report in one click."
|
||||
tag="Premium Travel Planner"
|
||||
buttons={[{ text: "Export Itinerary", onClick: () => console.log("Downloading PDF...") }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-big-pool-cliff-near-sea_181624-2476.jpg?_wi=1", imageAlt: "Santorini view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-big-pool-cliff-near-sea_181624-2476.jpg?_wi=2", imageAlt: "Greek island landscape" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Planning Made Easy"
|
||||
tagIcon={Map}
|
||||
ratingText="Trusted by 5,000+ travelers"
|
||||
tagIcon={Download}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Your Trip Summary"
|
||||
title="Your Trip Summary & Budget"
|
||||
description={[
|
||||
"From the cliffs of Santorini to the beaches of Zakynthos and Sami, stay organized at every step.", "Our platform helps you centralize your flight details, hotel bookings, and transfer information.", "Optimize your logistics to spend more time relaxing and less time stressing over travel documents."]}
|
||||
"From the cliffs of Santorini to the beaches of Zakynthos and Sami, stay organized at every step.", "Our platform helps you centralize your flight details, hotel bookings, and transfer information.", "Optimize your logistics and track expenses to spend more time relaxing and less time stressing over travel documents."]}
|
||||
buttons={[{ text: "View Full Budget", href: "#itinerary" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -69,17 +71,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Santorin Stay", author: "18-21 May", description: "Arrive at Santorin via Paris (Orly). Staying at Hotel Villa Ilias with breakfast included.", tags: ["Flights", "Hotel"],
|
||||
id: "1", title: "Santorini Stay", author: "18-21 May | Est. $800", description: "Arrive at Santorini via Paris (Orly). Staying at Hotel Villa Ilias with breakfast included.", tags: ["Flights", "Hotel", "Export PDF"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-waiting-airport_23-2148255978.jpg"},
|
||||
{
|
||||
id: "2", title: "Zakynthos Discovery", author: "21-25 May", description: "Transition to Capolavoro Suites near town center. Breakfast included, gym nearby.", tags: ["Ferry/Flight", "Hotel"],
|
||||
id: "2", title: "Zakynthos Discovery", author: "21-25 May | Est. $750", description: "Transition to Capolavoro Suites near town center. Breakfast included, gym nearby.", tags: ["Ferry/Flight", "Hotel", "Export PDF"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg"},
|
||||
{
|
||||
id: "3", title: "Kefalonia Escape", author: "25 May - 1 June", description: "Sami beach hotel stay followed by a move to Argostoli. Car rental planned.", tags: ["Ferry", "Transfer", "Hotel"],
|
||||
id: "3", title: "Kefalonia Escape", author: "25 May - 1 June | Est. $900", description: "Sami beach hotel stay followed by a move to Argostoli. Car rental planned.", tags: ["Ferry", "Transfer", "Hotel", "Export PDF"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-white-yacht_1163-3410.jpg"},
|
||||
]}
|
||||
title="Itinerary Highlights"
|
||||
description="Key stages of your travel plan for May and June."
|
||||
title="Itinerary & Budget Highlights"
|
||||
description="Review your trip stages, estimated costs, and export your official documents."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,10 +89,10 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Trusted by Travelers"
|
||||
description="Join thousands of explorers who rely on GreekPlanner to organize their perfect summer getaway."
|
||||
title="Trusted by Modern Explorers"
|
||||
description="Join thousands of travelers who rely on our SaaS platform to manage their Greek itineraries."
|
||||
names={["IslandHopper", "AegeanLines", "SantoriniGuide", "SeaTravelPlus", "MediterraneanJourneys"]}
|
||||
tag="Community"
|
||||
tag="Verified Community"
|
||||
tagIcon={Users}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,23 +101,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Travel Tools", items: [
|
||||
{ label: "Itinerary", href: "#itinerary" },
|
||||
{ label: "Bookings", href: "#" },
|
||||
title: "Platform", items: [
|
||||
{ label: "Export PDF", href: "#" },
|
||||
{ label: "Trip Dashboard", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Contact", href: "#" },
|
||||
{ label: "Contact Us", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 GreekPlanner"
|
||||
bottomRightText="All rights reserved."
|
||||
bottomLeftText="© 2025 GreekPlanner"
|
||||
bottomRightText="Secure Travel Management"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user