Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-13 05:57:54 +00:00

View File

@@ -10,10 +10,9 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Award, Clock, Crown, Diamond, Droplet, Leaf, PhoneCall, ShieldCheck, Sparkles, Star, Users, Wind } from "lucide-react";
import { Award, Clock, Droplet, Leaf, PhoneCall, ShieldCheck, Star, Users, Wind } from "lucide-react";
export default function LandingPage() {
return (
@@ -41,8 +40,6 @@ export default function LandingPage() {
name: "Services", id: "#services"},
{
name: "Systems", id: "#products"},
{
name: "Pricing", id: "#pricing"},
{
name: "Testimonials", id: "#testimonials"},
{
@@ -236,45 +233,6 @@ export default function LandingPage() {
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{
id: "basic", badge: "Essential", badgeIcon: Sparkles,
price: "$129/year", subtitle: "Annual check-up for essential system care.", buttons: [
{
text: "Choose Basic", href: "#contact"},
],
features: [
"1-point inspection (AC or Furnace)", "Standard filter replacement", "Priority scheduling for service", "Basic system health report"],
},
{
id: "premium", badge: "Recommended", badgeIcon: Crown,
price: "$249/year", subtitle: "Enhanced coverage for complete peace of mind.", buttons: [
{
text: "Choose Premium", href: "#contact"},
],
features: [
"20-point inspection (AC & Furnace)", "Seasonal tune-ups (Spring/Fall)", "15% discounted repairs on parts", "Extended warranty advice"],
},
{
id: "ultimate", badge: "Best Value", badgeIcon: Diamond,
price: "$399/year", subtitle: "All-inclusive service with comprehensive benefits.", buttons: [
{
text: "Choose Ultimate", href: "#contact"},
],
features: [
"30-point inspection (AC & Furnace)", "Bi-annual comprehensive service", "Free diagnostic calls", "24/7 emergency priority service", "Indoor air quality check"],
},
]}
title="Flexible HVAC Service Plans"
description="Choose the perfect plan to keep your systems running smoothly, prevent breakdowns, and extend their lifespan. Options for every budget and need."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
@@ -353,8 +311,6 @@ export default function LandingPage() {
label: "AC Installation", href: "#services"},
{
label: "Furnace Repair", href: "#services"},
{
label: "Maintenance Plans", href: "#pricing"},
{
label: "Indoor Air Quality", href: "#services"},
],
@@ -396,4 +352,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}