Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 21:26:48 +00:00
2 changed files with 28 additions and 119 deletions

View File

@@ -5,31 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3",
subsets: ["latin"],
variable: "--font-source-sans-3", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Cruise Booking Made Easy | CruiseVoyage",
description: "Discover, compare, and book your perfect cruise vacation. Browse thousands of cruise packages from top cruise lines with real-time pricing and availability.",
keywords: "cruise booking, cruise vacation, cruise packages, cruise deals, travel booking",
openGraph: {
title: "Discover Your Perfect Cruise Voyage Today | CruiseVoyage",
description: "Compare prices across all major cruise lines and book your dream vacation in minutes. Exclusive deals and flexible payments available.",
type: "website",
siteName: "CruiseVoyage",
images: [
title: "Cruise Booking Made Easy | CruiseVoyage", description: "Discover, compare, and book your perfect cruise vacation. Browse thousands of cruise packages from top cruise lines with real-time pricing and availability.", keywords: "cruise booking, cruise vacation, cruise packages, cruise deals, travel booking", openGraph: {
title: "Discover Your Perfect Cruise Voyage Today | CruiseVoyage", description: "Compare prices across all major cruise lines and book your dream vacation in minutes. Exclusive deals and flexible payments available.", type: "website", siteName: "CruiseVoyage", images: [
{
url: "http://img.b2bpic.net/free-photo/cruise-ship-miami_649448-5033.jpg",
alt: "CruiseVoyage - Luxury Cruise Booking Platform",
},
url: "http://img.b2bpic.net/free-photo/cruise-ship-miami_649448-5033.jpg", alt: "CruiseVoyage - Luxury Cruise Booking Platform"},
],
},
twitter: {
card: "summary_large_image",
title: "Book Your Dream Cruise | CruiseVoyage",
description: "Thousands of cruise packages. Best prices guaranteed. Book in minutes.",
images: ["http://img.b2bpic.net/free-photo/cruise-ship-miami_649448-5033.jpg"],
card: "summary_large_image", title: "Book Your Dream Cruise | CruiseVoyage", description: "Thousands of cruise packages. Best prices guaranteed. Book in minutes.", images: ["http://img.b2bpic.net/free-photo/cruise-ship-miami_649448-5033.jpg"],
},
robots: {
index: true,

View File

@@ -22,8 +22,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Explore",
items: [
title: "Explore", items: [
{ label: "Browse Cruises", href: "/cruises" },
{ label: "Destinations", href: "/cruises" },
{ label: "Cruise Lines", href: "/cruises" },
@@ -31,8 +30,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -40,8 +38,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cancellation Policy", href: "#" },
@@ -96,29 +93,19 @@ export default function HomePage() {
tag="About CruiseVoyage"
bulletPoints={[
{
title: "Instant Price Comparison",
description: "Compare pricing across all major cruise lines in real-time to find the best deals on your preferred dates and destinations.",
icon: TrendingDown,
title: "Instant Price Comparison", description: "Compare pricing across all major cruise lines in real-time to find the best deals on your preferred dates and destinations.", icon: TrendingDown,
},
{
title: "Detailed Itineraries",
description: "Explore comprehensive port-by-port itineraries, shore excursion details, and destination information for thousands of voyages.",
icon: MapPin,
title: "Detailed Itineraries", description: "Explore comprehensive port-by-port itineraries, shore excursion details, and destination information for thousands of voyages.", icon: MapPin,
},
{
title: "Real-Time Availability",
description: "Check live cabin availability, occupancy levels, and special promotional rates updated throughout the day.",
icon: CheckCircle,
title: "Real-Time Availability", description: "Check live cabin availability, occupancy levels, and special promotional rates updated throughout the day.", icon: CheckCircle,
},
{
title: "Secure Booking Process",
description: "Book with confidence using our encrypted, user-friendly system with multiple payment options and instant confirmations.",
icon: Shield,
title: "Secure Booking Process", description: "Book with confidence using our encrypted, user-friendly system with multiple payment options and instant confirmations.", icon: Shield,
},
{
title: "Expert Reviews & Ratings",
description: "Read authentic traveler reviews and ratings for cruise lines, ships, and specific voyages to make informed decisions.",
icon: Star,
title: "Expert Reviews & Ratings", description: "Read authentic traveler reviews and ratings for cruise lines, ships, and specific voyages to make informed decisions.", icon: Star,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/holding-world-my-hands-attractive-female-travel-agent-showing-globe-smiling-while-working-her-modern-office_662251-2385.jpg?_wi=1"
@@ -138,26 +125,11 @@ export default function HomePage() {
tag="Special Offers"
products={[
{
id: "1",
name: "Caribbean Paradise 7-Day",
price: "$1,299",
imageSrc: "http://img.b2bpic.net/free-photo/table-two-persons-with-rose-leafs_140725-10010.jpg?_wi=1",
imageAlt: "Caribbean cruise cabin",
},
id: "1", name: "Caribbean Paradise 7-Day", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/table-two-persons-with-rose-leafs_140725-10010.jpg?_wi=1", imageAlt: "Caribbean cruise cabin"},
{
id: "2",
name: "Mediterranean Discovery 10-Day",
price: "$2,149",
imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg?_wi=1",
imageAlt: "Mediterranean cruise dining",
},
id: "2", name: "Mediterranean Discovery 10-Day", price: "$2,149", imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg?_wi=1", imageAlt: "Mediterranean cruise dining"},
{
id: "3",
name: "Alaska Adventure 5-Day",
price: "$899",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=1",
imageAlt: "Alaska cruise pool deck",
},
id: "3", name: "Alaska Adventure 5-Day", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=1", imageAlt: "Alaska cruise pool deck"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -174,30 +146,15 @@ export default function HomePage() {
tag="Platform Features"
accordionItems={[
{
id: "1",
title: "Advanced Search & Filtering",
content: "Narrow your cruise search by destination, cruise line, ship size, departure date, price range, and specific onboard amenities. Save your preferences for future bookings.",
},
id: "1", title: "Advanced Search & Filtering", content: "Narrow your cruise search by destination, cruise line, ship size, departure date, price range, and specific onboard amenities. Save your preferences for future bookings."},
{
id: "2",
title: "Transparent Pricing",
content: "See all-inclusive pricing upfront with no hidden fees. Get instant comparison quotes across multiple cruise lines for the same dates and itineraries.",
},
id: "2", title: "Transparent Pricing", content: "See all-inclusive pricing upfront with no hidden fees. Get instant comparison quotes across multiple cruise lines for the same dates and itineraries."},
{
id: "3",
title: "Flexible Payment Plans",
content: "Choose from multiple payment options including installment plans, deposit-only bookings, and last-minute deals. We accept all major credit cards and alternative payment methods.",
},
id: "3", title: "Flexible Payment Plans", content: "Choose from multiple payment options including installment plans, deposit-only bookings, and last-minute deals. We accept all major credit cards and alternative payment methods."},
{
id: "4",
title: "24/7 Travel Support",
content: "Access our expert travel advisors anytime via chat, email, or phone. Get personalized recommendations, handle changes, and resolve issues instantly.",
},
id: "4", title: "24/7 Travel Support", content: "Access our expert travel advisors anytime via chat, email, or phone. Get personalized recommendations, handle changes, and resolve issues instantly."},
{
id: "5",
title: "Smart Notifications",
content: "Receive alerts for price drops, last-minute deals, and availability changes on your favorite cruises and destinations.",
},
id: "5", title: "Smart Notifications", content: "Receive alerts for price drops, last-minute deals, and availability changes on your favorite cruises and destinations."},
]}
imageSrc="http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_52683-30344.jpg"
imageAlt="Advanced cruise search interface"
@@ -223,6 +180,7 @@ export default function HomePage() {
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Join Our Community", href: "/contact" }]}
/>
</div>
@@ -235,53 +193,17 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@sarahj_travels",
testimonial: "CruiseVoyage made finding the perfect family cruise so easy! The price comparison saved us over $500, and the detailed itineraries helped us choose the best ports.",
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", handle: "@sarahj_travels", testimonial: "CruiseVoyage made finding the perfect family cruise so easy! The price comparison saved us over $500, and the detailed itineraries helped us choose the best ports.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
handle: "@travel_mike",
testimonial: "As a travel agent, I've tried many booking platforms. CruiseVoyage's interface is intuitive and the customer support is exceptional. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", handle: "@travel_mike", testimonial: "As a travel agent, I've tried many booking platforms. CruiseVoyage's interface is intuitive and the customer support is exceptional. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
handle: "@emily_adventures",
testimonial: "I found an incredible last-minute deal on a Mediterranean cruise I'd been dreaming about. The booking process was smooth and the confirmations instant!",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-stylish-woman-coat-joyfully-looking-camera-walking-through-city-street_574295-2122.jpg",
imageAlt: "Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", handle: "@emily_adventures", testimonial: "I found an incredible last-minute deal on a Mediterranean cruise I'd been dreaming about. The booking process was smooth and the confirmations instant!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-stylish-woman-coat-joyfully-looking-camera-walking-through-city-street_574295-2122.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4",
name: "David Kim",
handle: "@davidkim_explorer",
testimonial: "Best cruise booking experience I've had. Real-time availability, transparent pricing, and when I had questions, their support team was incredibly helpful.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", handle: "@davidkim_explorer", testimonial: "Best cruise booking experience I've had. Real-time availability, transparent pricing, and when I had questions, their support team was incredibly helpful.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "David Kim"},
{
id: "5",
name: "Jessica Martinez",
handle: "@jess_cruise_life",
testimonial: "The reviews from other travelers were so helpful in making my decision. Plus, the exclusive member deals made my honeymoon cruise dream affordable!",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageAlt: "Jessica Martinez",
},
id: "5", name: "Jessica Martinez", handle: "@jess_cruise_life", testimonial: "The reviews from other travelers were so helpful in making my decision. Plus, the exclusive member deals made my honeymoon cruise dream affordable!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica Martinez"},
{
id: "6",
name: "Robert Thompson",
handle: "@robert_voyager",
testimonial: "I've booked 5 cruises through CruiseVoyage. The platform keeps getting better, and their loyalty program rewards are fantastic!",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
imageAlt: "Robert Thompson",
},
id: "6", name: "Robert Thompson", handle: "@robert_voyager", testimonial: "I've booked 5 cruises through CruiseVoyage. The platform keeps getting better, and their loyalty program rewards are fantastic!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Robert Thompson"},
]}
speed={40}
/>