Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe3401e09d | |||
| d9ec7bb0eb | |||
| a8593255be | |||
| b74431d2c0 |
@@ -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"},
|
||||||
],
|
],
|
||||||
@@ -396,4 +352,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user