diff --git a/src/app/page.tsx b/src/app/page.tsx
index b7cfbce..49614c1 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -56,67 +42,29 @@ export default function LandingPage() {
@@ -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() {