Update src/app/page.tsx

This commit is contained in:
2026-05-12 16:13:34 +00:00
parent a7d07031c0
commit 9bade6c54b

View File

@@ -12,7 +12,6 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Clock, ShieldCheck, Leaf, Users, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -39,6 +38,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
brandName="SD HVAC"
button={{ text: "Get Started" }}
/>
</div>
@@ -55,7 +55,6 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
title="Quality Comfort, Delivered Daily"
description="With over two decades of dedicated service, we provide San Diego homeowners with reliable, energy-efficient solutions for every season."
useInvertedBackground={true}
buttons={[{ text: "Learn More" }]}
/>
@@ -67,6 +66,7 @@ export default function LandingPage() {
textboxLayout="split"
title="Comprehensive HVAC Care"
description="Professional repairs, installations, and maintenance services to keep your system running optimally."
useInvertedBackground={false}
features={[
{ title: "AC System Repair", description: "Fast, accurate diagnosis and repair for all major brands.", imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg" },
{ title: "Energy Efficient Heating", description: "Upgrade to modern furnaces and heat pumps for lower monthly bills.", imageSrc: "http://img.b2bpic.net/free-photo/trained-engineer-certified-technician-opening-up-old-faulty-hvac-system-replace-it-with-new-performant-outside-air-conditioner-after-draining-refrigerant-replacing-ductwork_482257-70157.jpg" },
@@ -81,6 +81,7 @@ export default function LandingPage() {
textboxLayout="default"
title="Why Choose Us?"
description="Experience the professional difference with our proven record in San Diego."
useInvertedBackground={false}
metrics={[
{ id: "1", value: "20+", title: "Years Serving SD", description: "A legacy of trust and expertise.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920606.jpg" },
{ id: "2", value: "15k+", title: "Homes Served", description: "Consistent high-quality performance.", imageSrc: "http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg" }
@@ -94,6 +95,7 @@ export default function LandingPage() {
textboxLayout="default"
title="Our Plans"
description="Choose the right maintenance plan to protect your home system investment."
useInvertedBackground={false}
plans={[
{ id: "essential", badge: "Essential", price: "$99", subtitle: "Annual Tune-Up", features: ["Performance check", "Air filter cleaning", "Energy optimization"] },
{ id: "pro", badge: "Pro", price: "$199", subtitle: "Comfort Shield", features: ["Semi-annual maintenance", "Priority 24/7 service", "Discounted parts"] }
@@ -108,6 +110,7 @@ export default function LandingPage() {
textboxLayout="split"
title="Client Success Stories"
description="Hear what our local San Diego customers have to say about our work."
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "John Doe", role: "Homeowner", company: "San Diego", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167741.jpg" },
{ id: "2", name: "Sarah M.", role: "Homeowner", company: "Encinitas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-outdoors_23-2149536732.jpg" }
@@ -121,6 +124,7 @@ export default function LandingPage() {
textboxLayout="split"
title="Frequently Asked Questions"
description="Everything you need to know about our heating and cooling services."
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Do you offer emergency repairs?", content: "Yes, we provide 24/7 emergency HVAC services across San Diego County." },
{ id: "2", title: "Is the estimate free?", content: "Our service consultations and installation estimates are always free." }
@@ -135,6 +139,7 @@ export default function LandingPage() {
description="Get in touch for prompt assistance with your HVAC system."
buttons={[{ text: "Book Appointment", href: "#" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>