diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a959ad..7fbbf09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; export default function LandingPage() { return ( @@ -28,16 +29,14 @@ export default function LandingPage() { @@ -64,8 +63,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-beautiful-architecture-modern-house_181624-3464.jpg?_wi=6", imageAlt: "Residential AC Unit" } ]} buttons={[ - { - text: "Schedule Service", href: "#contact"}, + { text: "Schedule Service", href: "#contact" }, ]} avatars={[ { src: "http://img.b2bpic.net/free-photo/front-view-young-woman-white-jacket-posing-pink-background-lady-fashion-color-woman-emotion_140725-99155.jpg", alt: "Client 1" }, @@ -91,18 +89,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "AC Installation", description: "High-efficiency systems professionally installed.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=1", imageAlt: "Service Icon" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=2", imageAlt: "Service Icon" }, - }, - { - title: "Emergency Repair", description: "Rapid response team available 24/7.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=3", imageAlt: "Service Icon" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=4", imageAlt: "Service Icon" }, - }, - { - title: "Routine Maintenance", description: "Preventative care to maximize system lifespan.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=5", imageAlt: "Service Icon" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=6", imageAlt: "Service Icon" }, - }, + { title: "AC Installation", description: "High-efficiency systems professionally installed.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=1", imageAlt: "Service Icon" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=2", imageAlt: "Service Icon" } }, + { title: "Emergency Repair", description: "Rapid response team available 24/7.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=3", imageAlt: "Service Icon" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=4", imageAlt: "Service Icon" } }, + { title: "Routine Maintenance", description: "Preventative care to maximize system lifespan.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=5", imageAlt: "Service Icon" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=6", imageAlt: "Service Icon" } }, ]} showStepNumbers={false} title="Our Expert Services" @@ -146,35 +135,41 @@ export default function LandingPage() {
+ useInvertedBackground={false} + background={{ variant: "sparkles-gradient" }} + tag="Ready to Start?" + title="Schedule Your Service Today" + description="Get a free quote or schedule your maintenance appointment now. We're ready to serve you." + buttons={[{ text: "Get a Free Quote", href: "#form" }]} + /> +