diff --git a/src/app/page.tsx b/src/app/page.tsx
index 20eb735..fafebd4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,16 +3,17 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
-import ContactCTA from '@/components/sections/contact/ContactCTA';
+import ContactText from '@/components/sections/contact/ContactText';
+import ContactForm from '@/components/form/ContactForm';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
-import FooterSimple from '@/components/sections/footer/FooterSimple';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Award, MapPin, Smile } from "lucide-react";
+import { Award, MapPin, Smile, Mail, Phone, Map } from "lucide-react";
export default function LandingPage() {
return (
@@ -40,32 +41,32 @@ export default function LandingPage() {
]}
brandName="Radhey Travels"
button={{
- text: "Book Your Tour", href: "#contact"}}
+ text: "Book Your Taxi", href: "#contact"}}
/>
@@ -78,12 +79,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
- { title: "Luxury Accommodations", description: "Stay in handpicked hotels that guarantee comfort and style.", imageSrc: "http://img.b2bpic.net/free-photo/woman-female-beauty-strong-concept_53876-133995.jpg" },
- { title: "Reliable Transport", description: "Modern fleet with experienced drivers for safe transfers.", imageSrc: "http://img.b2bpic.net/free-photo/taxi-driver-getting-ready-customer_23-2149273244.jpg" },
- { title: "24/7 Concierge", description: "Always there when you need help or recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-latin-executive-offering-customer-service-with-headset-offering-tech-support-busy-call-center_662251-398.jpg" },
+ { title: "Char Dham Yatra Taxi", description: "Specialized cab services for your sacred Char Dham journey across Uttarakhand.", imageSrc: "http://img.b2bpic.net/free-photo/woman-female-beauty-strong-concept_53876-133995.jpg" },
+ { title: "Reliable Taxi Service", description: "Safe, modern fleet with experienced drivers familiar with Himalayan terrain.", imageSrc: "http://img.b2bpic.net/free-photo/taxi-driver-getting-ready-customer_23-2149273244.jpg" },
+ { title: "24/7 Roadside Assistance", description: "Peace of mind travel with 24/7 support throughout your Yatra.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-latin-executive-offering-customer-service-with-headset-offering-tech-support-busy-call-center_662251-398.jpg" },
]}
- title="Premium Services"
- description="We ensure your travel is hassle-free from start to finish."
+ title="Why Choose Our Taxi Service?"
+ description="We provide the most reliable taxi service in Uttarakhand for pilgrims and tourists."
/>
@@ -94,91 +95,71 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- { id: "p1", name: "Coastal Bliss Package", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/bag-sea-vacation-supplies_23-2147801023.jpg" },
- { id: "p2", name: "Mountain Trek Adventure", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-joyful-man-wearing-hat-having-fun-near-river-cloudy-morning-looking-alps_197531-4437.jpg" },
- { id: "p3", name: "Heritage City Tour", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/travelling-city-visiting-tourist-attractions_23-2148570662.jpg" },
+ { id: "p1", name: "Char Dham Yatra Taxi Package", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/bag-sea-vacation-supplies_23-2147801023.jpg" },
+ { id: "p2", name: "Uttarakhand Mountain Tour", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-joyful-man-wearing-hat-having-fun-near-river-cloudy-morning-looking-alps_197531-4437.jpg" },
+ { id: "p3", name: "Heritage City Tour", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/travelling-city-visiting-tourist-attractions_23-2148570662.jpg" },
]}
- title="Featured Tour Packages"
- description="Curated experiences designed to create memories that last a lifetime."
+ title="Best Taxi Packages in Uttarakhand"
+ description="Affordable and comfortable taxi packages for all your travel needs."
/>
-
-
-
-
-
-
-
-
-
+
+