3 Commits

Author SHA1 Message Date
d9ec7bb0eb Update src/app/page.tsx 2026-06-13 05:57:51 +00:00
a8593255be Merge version_1 into main
Merge version_1 into main
2026-06-13 05:48:35 +00:00
b74431d2c0 Merge version_1 into main
Merge version_1 into main
2026-06-13 05:46:57 +00:00

View File

@@ -10,10 +10,9 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; 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() { export default function LandingPage() {
return ( return (
@@ -41,8 +40,6 @@ export default function LandingPage() {
name: "Services", id: "#services"}, name: "Services", id: "#services"},
{ {
name: "Systems", id: "#products"}, name: "Systems", id: "#products"},
{
name: "Pricing", id: "#pricing"},
{ {
name: "Testimonials", id: "#testimonials"}, name: "Testimonials", id: "#testimonials"},
{ {
@@ -236,45 +233,6 @@ export default function LandingPage() {
/> />
</div> </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"> <div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen <TestimonialCardThirteen
animationType="slide-up" animationType="slide-up"
@@ -353,8 +311,6 @@ export default function LandingPage() {
label: "AC Installation", href: "#services"}, label: "AC Installation", href: "#services"},
{ {
label: "Furnace Repair", href: "#services"}, label: "Furnace Repair", href: "#services"},
{
label: "Maintenance Plans", href: "#pricing"},
{ {
label: "Indoor Air Quality", href: "#services"}, label: "Indoor Air Quality", href: "#services"},
], ],