Merge version_1 into main #1
257
src/app/page.tsx
257
src/app/page.tsx
@@ -10,6 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Zap, MapPin, Hotel, Car, Heart, Clock } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Fleet",
|
||||
id: "fleet",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Fleet", id: "fleet" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Rahul Goa Taxi"
|
||||
/>
|
||||
@@ -56,67 +42,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Rahul Goa Taxi: Luxury Refined"
|
||||
description="Experience North and South Goa in comfort and style. Your 24/7 premium chauffeur service for weddings, airport transfers, and bespoke tours."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Fleet",
|
||||
href: "#fleet",
|
||||
},
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
{ text: "View Fleet", href: "#fleet" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-night-sitting-car_23-2149001244.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-driving-his-car-night-time-talking-phone_1303-17086.jpg",
|
||||
alt: "Luxury chauffeur service user 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-using-digital-tablet-phone_107420-64868.jpg",
|
||||
alt: "Luxury chauffeur service user 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-businessman-sitting-car-back-sit_158595-4240.jpg",
|
||||
alt: "Luxury chauffeur service user 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrair-attractive-young-businessman-car_158595-4241.jpg",
|
||||
alt: "Luxury chauffeur service user 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-driving-his-car-night-time-talking-phone_1303-17087.jpg",
|
||||
alt: "Luxury chauffeur service user 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-man-driving-his-car-night-time-talking-phone_1303-17086.jpg", alt: "Luxury chauffeur service user 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/businesswoman-using-digital-tablet-phone_107420-64868.jpg", alt: "Luxury chauffeur service user 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-businessman-sitting-car-back-sit_158595-4240.jpg", alt: "Luxury chauffeur service user 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrair-attractive-young-businessman-car_158595-4241.jpg", alt: "Luxury chauffeur service user 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-man-driving-his-car-night-time-talking-phone_1303-17087.jpg", alt: "Luxury chauffeur service user 5" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy travelers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Availability",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Sedans",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Airport Transfers",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Wedding Transport",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Chauffeurs",
|
||||
},
|
||||
{ type: "text", text: "24/7 Availability" },
|
||||
{ type: "text", text: "Luxury Sedans" },
|
||||
{ type: "text", text: "Airport Transfers" },
|
||||
{ type: "text", text: "Wedding Transport" },
|
||||
{ type: "text", text: "Expert Chauffeurs" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,36 +75,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "575+",
|
||||
title: "Verified Reviews",
|
||||
items: [
|
||||
"Google verified",
|
||||
"Top rated",
|
||||
"Reliable",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.5★",
|
||||
title: "Average Rating",
|
||||
items: [
|
||||
"Premium quality",
|
||||
"Customer focus",
|
||||
"Prompt service",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Service Coverage",
|
||||
items: [
|
||||
"North Goa",
|
||||
"South Goa",
|
||||
"Anytime",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "575+", title: "Verified Reviews", items: ["Google verified", "Top rated", "Reliable"] },
|
||||
{ id: "m2", value: "4.5★", title: "Average Rating", items: ["Premium quality", "Customer focus", "Prompt service"] },
|
||||
{ id: "m3", value: "24/7", title: "Service Coverage", items: ["North Goa", "South Goa", "Anytime"] },
|
||||
]}
|
||||
title="Trusted by Thousands"
|
||||
description="Excellence driven by reliability and promptness across all of Goa."
|
||||
@@ -168,42 +89,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Airport Transfers",
|
||||
description: "Seamless pickups and drops for a stress-free start.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-time-board-with-harsh-symbol_23-2147856101.jpg",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Guided Tours",
|
||||
description: "Discover hidden gems of Goa with our local experts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-kid-mixed-people-going-vacation-loading-travel-bags-vehicle-trunk-leaving-holiday-adventure-with-family-friends-putting-suitcase-trolley-automobile-before-roadtrip_482257-48315.jpg",
|
||||
buttonIcon: "MapPin",
|
||||
},
|
||||
{
|
||||
title: "Hotel Transfers",
|
||||
description: "Professional door-to-door service to your resort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-from-inside-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16063.jpg",
|
||||
buttonIcon: "Hotel",
|
||||
},
|
||||
{
|
||||
title: "Outstation Trips",
|
||||
description: "Comfortable rides for your long-distance travel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-doing-his-job_23-2150274576.jpg",
|
||||
buttonIcon: "Car",
|
||||
},
|
||||
{
|
||||
title: "Wedding Services",
|
||||
description: "Elegant luxury transport for your special day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-beautiful-flowers_23-2149540008.jpg",
|
||||
buttonIcon: "Heart",
|
||||
},
|
||||
{
|
||||
title: "24/7 Availability",
|
||||
description: "Reliable chauffeur service at your beck and call.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-taxi-sign-vehicle-driving-around-city-with-office-buildings-lights-night-downtown-passenger-car-automobile-street-skyscrapers-cab-vehicle-close-up-3d-render-animation_482257-65151.jpg",
|
||||
buttonIcon: "Clock",
|
||||
},
|
||||
{ title: "Airport Transfers", description: "Seamless pickups and drops for a stress-free start.", imageSrc: "http://img.b2bpic.net/free-photo/travel-time-board-with-harsh-symbol_23-2147856101.jpg", buttonIcon: Zap },
|
||||
{ title: "Guided Tours", description: "Discover hidden gems of Goa with our local experts.", imageSrc: "http://img.b2bpic.net/free-photo/small-kid-mixed-people-going-vacation-loading-travel-bags-vehicle-trunk-leaving-holiday-adventure-with-family-friends-putting-suitcase-trolley-automobile-before-roadtrip_482257-48315.jpg", buttonIcon: MapPin },
|
||||
{ title: "Hotel Transfers", description: "Professional door-to-door service to your resort.", imageSrc: "http://img.b2bpic.net/free-photo/photo-from-inside-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16063.jpg", buttonIcon: Hotel },
|
||||
{ title: "Outstation Trips", description: "Comfortable rides for your long-distance travel.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-doing-his-job_23-2150274576.jpg", buttonIcon: Car },
|
||||
{ title: "Wedding Services", description: "Elegant luxury transport for your special day.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-beautiful-flowers_23-2149540008.jpg", buttonIcon: Heart },
|
||||
{ title: "24/7 Availability", description: "Reliable chauffeur service at your beck and call.", imageSrc: "http://img.b2bpic.net/free-photo/modern-taxi-sign-vehicle-driving-around-city-with-office-buildings-lights-night-downtown-passenger-car-automobile-street-skyscrapers-cab-vehicle-close-up-3d-render-animation_482257-65151.jpg", buttonIcon: Clock },
|
||||
]}
|
||||
title="Our Premium Services"
|
||||
description="Dedicated to excellence in every journey, ensuring safety and comfort."
|
||||
@@ -217,42 +108,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "sedan",
|
||||
name: "Executive Sedan",
|
||||
price: "From ₹200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-man-holding-car-keys_23-2148332973.jpg",
|
||||
},
|
||||
{
|
||||
id: "innova",
|
||||
name: "Toyota Innova",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-out-car_23-2149176304.jpg",
|
||||
},
|
||||
{
|
||||
id: "luxury",
|
||||
name: "Premium Luxury",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-22287.jpg",
|
||||
},
|
||||
{
|
||||
id: "suv",
|
||||
name: "SUV Experience",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solid-asian-man-white-shirt-sunglasses-posed-near-black-mafia-suv-car_627829-13665.jpg",
|
||||
},
|
||||
{
|
||||
id: "van",
|
||||
name: "Group Transport",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45009.jpg",
|
||||
},
|
||||
{
|
||||
id: "wedding",
|
||||
name: "Wedding Fleet",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-getting-taxi-cab_23-2149236753.jpg",
|
||||
},
|
||||
{ id: "sedan", name: "Executive Sedan", price: "From ₹200", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-man-holding-car-keys_23-2148332973.jpg" },
|
||||
{ id: "innova", name: "Toyota Innova", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-out-car_23-2149176304.jpg" },
|
||||
{ id: "luxury", name: "Premium Luxury", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-22287.jpg" },
|
||||
{ id: "suv", name: "SUV Experience", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/solid-asian-man-white-shirt-sunglasses-posed-near-black-mafia-suv-car_627829-13665.jpg" },
|
||||
{ id: "van", name: "Group Transport", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45009.jpg" },
|
||||
{ id: "wedding", name: "Wedding Fleet", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-getting-taxi-cab_23-2149236753.jpg" },
|
||||
]}
|
||||
title="Our Fleet"
|
||||
description="Choose from our meticulously maintained range of luxury vehicles."
|
||||
@@ -263,48 +124,24 @@ export default function LandingPage() {
|
||||
<TestimonialCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Tourist",
|
||||
company: "Goa Trip",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourist-standing-crosswalk-medium-shot_23-2148570650.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Tourist", company: "Goa Trip", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourist-standing-crosswalk-medium-shot_23-2148570650.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Traveler",
|
||||
company: "Goa Trip",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Traveler", company: "Goa Trip", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Tourist",
|
||||
company: "Goa Trip",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-vacation-wearing-summer-style-walking-street-city_839833-9279.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Tourist", company: "Goa Trip", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-vacation-wearing-summer-style-walking-street-city_839833-9279.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Traveler",
|
||||
company: "Goa Trip",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-love-playing-ping-pong-tropical-beach-having-fun-summer-vacation-active-smiling-funny-positive_285396-5764.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Traveler", company: "Goa Trip", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-love-playing-ping-pong-tropical-beach-having-fun-summer-vacation-active-smiling-funny-positive_285396-5764.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna P.",
|
||||
role: "Tourist",
|
||||
company: "Goa Trip",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-happy-summer-beach-together-having-fun_285396-6492.jpg",
|
||||
},
|
||||
id: "5", name: "Anna P.", role: "Tourist", company: "Goa Trip", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-happy-summer-beach-together-having-fun-active-smiling-funny-positive_285396-6492.jpg"},
|
||||
]}
|
||||
title="What Our Travelers Say"
|
||||
description="Honest reviews from our valued clients."
|
||||
@@ -314,9 +151,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contact"
|
||||
title="Book Your Taxi"
|
||||
description="Available 24/7 across North & South Goa. Call or WhatsApp us to reserve your ride."
|
||||
|
||||
Reference in New Issue
Block a user