11 Commits

Author SHA1 Message Date
5369304d27 Merge version_4 into main
Merge version_4 into main
2026-04-13 09:16:55 +00:00
4b5a0c735f Update src/app/page.tsx 2026-04-13 09:16:52 +00:00
3a22b5e9f0 Merge version_4 into main
Merge version_4 into main
2026-04-13 09:13:15 +00:00
8c8924b427 Update src/app/page.tsx 2026-04-13 09:13:09 +00:00
b85a6d9d9e Merge version_4 into main
Merge version_4 into main
2026-04-13 09:09:38 +00:00
c466b3e240 Update theme colors 2026-04-13 09:09:34 +00:00
0b96ac2ef8 Merge version_3 into main
Merge version_3 into main
2026-04-13 09:09:30 +00:00
724296cfe7 Update theme colors 2026-04-13 09:09:27 +00:00
6d9e1eb956 Merge version_2 into main
Merge version_2 into main
2026-04-13 09:05:17 +00:00
c151096178 Update theme colors 2026-04-13 09:05:14 +00:00
b83bdd851f Merge version_1 into main
Merge version_1 into main
2026-04-13 08:57:19 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
{ text: "Book Now", href: "#contact" },
{ text: "View Fleet", href: "#fleet" },
]}
imageSrc="http://img.b2bpic.net/free-photo/man-night-sitting-car_23-2149001244.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CIQ9LEFwjGbrjxbtc4yXnmiVM2/uploaded-1776071407824-q5le1e3m.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" },
@@ -63,7 +63,7 @@ export default function LandingPage() {
{ type: "text", text: "24/7 Availability" },
{ type: "text", text: "Luxury Sedans" },
{ type: "text", text: "Airport Transfers" },
{ type: "text", text: "Wedding Transport" },
{ type: "text", text: "Transport" },
{ type: "text", text: "Expert Chauffeurs" },
]}
/>
@@ -89,7 +89,7 @@ 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: "Airport Transfers", description: "Seamless pickups and drops for a stress-free start.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CIQ9LEFwjGbrjxbtc4yXnmiVM2/uploaded-1776071800717-lbym1o3p.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 },
@@ -110,7 +110,7 @@ export default function LandingPage() {
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: "luxury", name: "", 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" },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #121212;
--foreground: #f8f9fa;
--primary-cta: #d4af37;
--primary-cta-text: #000000;
--secondary-cta: #0d9488;
--secondary-cta-text: #ffffff;
--accent: #1f2937;
--background-accent: #000000;
--background: #fffafa;
--card: #fff7f7;
--foreground: #1a0000;
--primary-cta: #e63946;
--primary-cta-text: #fffafa;
--secondary-cta: #ffffff;
--secondary-cta-text: #1a0000;
--accent: #f5c4c7;
--background-accent: #f09199;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);