Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d8c3e72d83 | |||
| 0f57109e26 |
@@ -7,9 +7,9 @@ import SplitAbout from '@/components/sections/about/SplitAbout';
|
|||||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Award, Clock, HelpCircle, Home, Shield, Sparkles, Star, Zap } from 'lucide-react';
|
import { Award, Clock, HelpCircle, Home, Shield, Sparkles, Star, Zap, Phone } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -174,25 +174,19 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactCTA
|
||||||
|
tag="Direct Booking"
|
||||||
|
tagIcon={Phone}
|
||||||
|
tagAnimation="slide-up"
|
||||||
title="Contact Now For Direct Booking: 7003869953"
|
title="Contact Now For Direct Booking: 7003869953"
|
||||||
description="Contact us directly to make your booking. Our friendly team is ready to help you arrange your perfect stay at Dream Guest House."
|
description="Contact us directly to make your booking. Our friendly team is ready to help you arrange your perfect stay at Dream Guest House."
|
||||||
inputs={[
|
buttons={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
{ text: "Call Us Now", href: "tel:7003869953" },
|
||||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
{ text: "Send Inquiry", href: "mailto:contact@dreamguesthouse.in" }
|
||||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
|
||||||
{ name: "checkIn", type: "date", placeholder: "Check-in Date", required: true }
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
buttonAnimation="slide-up"
|
||||||
name: "message", placeholder: "Tell us about your requirements (number of guests, room preferences, etc.)", rows: 4,
|
background={{ variant: "plain" }}
|
||||||
required: false
|
|
||||||
}}
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/two-women-having-conversation-work-call-center-office_23-2149256140.jpg"
|
|
||||||
imageAlt="Contact us for booking"
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
mediaPosition="right"
|
|
||||||
buttonText="Submit Inquiry"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user