Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-22 10:29:06 +00:00

View File

@@ -7,9 +7,9 @@ import SplitAbout from '@/components/sections/about/SplitAbout';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
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 { 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() {
return (
@@ -174,25 +174,19 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
<ContactCTA
tag="Direct Booking"
tagIcon={Phone}
tagAnimation="slide-up"
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."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "checkIn", type: "date", placeholder: "Check-in Date", required: true }
buttons={[
{ text: "Call Us Now", href: "tel:7003869953" },
{ text: "Send Inquiry", href: "mailto:contact@dreamguesthouse.in" }
]}
textarea={{
name: "message", placeholder: "Tell us about your requirements (number of guests, room preferences, etc.)", rows: 4,
required: false
}}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
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>