From 5da3267e75e42d372f1fe81cf28f56356075d85e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 21:55:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7cf4917..b9a67e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { 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} />
@@ -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." /> @@ -87,10 +89,10 @@ export default function LandingPage() { @@ -99,23 +101,23 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1