Update src/app/page.tsx
This commit is contained in:
@@ -5,15 +5,13 @@ import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
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 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, Mail, Phone, Map } from "lucide-react";
|
||||
import { Award, MapPin, Smile, Mail } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -123,6 +121,7 @@ export default function LandingPage() {
|
||||
text="Need a Char Dham Yatra taxi? Contact our experts for booking today."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
className="py-16"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Call Us Now", href: "tel:+919999999999" }]}
|
||||
/>
|
||||
<ContactForm
|
||||
@@ -130,6 +129,7 @@ export default function LandingPage() {
|
||||
description="Fill out the form to request a quote for your Uttarakhand tour."
|
||||
tag="Booking Form"
|
||||
tagIcon={Mail}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user