Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -9,11 +9,10 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|||||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import { Award, CheckCircle, Clock, Gauge, Shield, Sparkles, Star, Users, Zap } from "lucide-react";
|
import { Award, CheckCircle, Clock, Gauge, Users, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -41,8 +40,6 @@ export default function LandingPage() {
|
|||||||
name: "About Us", id: "#about"},
|
name: "About Us", id: "#about"},
|
||||||
{
|
{
|
||||||
name: "Metrics", id: "#metrics"},
|
name: "Metrics", id: "#metrics"},
|
||||||
{
|
|
||||||
name: "Pricing", id: "#pricing"},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials", id: "#testimonials"},
|
name: "Testimonials", id: "#testimonials"},
|
||||||
{
|
{
|
||||||
@@ -207,45 +204,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
|
||||||
<PricingCardEight
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
plans={[
|
|
||||||
{
|
|
||||||
id: "basic", badge: "Value", badgeIcon: Sparkles,
|
|
||||||
price: "$129/year", subtitle: "Essential Comfort", buttons: [
|
|
||||||
{
|
|
||||||
text: "Choose Basic", href: "#contact"},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"1 Annual Tune-Up", "Priority Scheduling", "10% Parts Discount", "Email Support"],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "premium", badge: "Most Popular", badgeIcon: Star,
|
|
||||||
price: "$249/year", subtitle: "Enhanced Protection", buttons: [
|
|
||||||
{
|
|
||||||
text: "Choose Premium", href: "#contact"},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"2 Annual Tune-Ups (AC & Furnace)", "Emergency Service (24/7)", "15% Parts Discount", "Phone & Email Support", "Ductwork Inspection"],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "ultimate", badge: "Ultimate Peace of Mind", badgeIcon: Shield,
|
|
||||||
price: "$399/year", subtitle: "Total Climate Care", buttons: [
|
|
||||||
{
|
|
||||||
text: "Choose Ultimate", href: "#contact"},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"2 Annual Tune-Ups (AC & Furnace)", "Priority Emergency Service", "20% Parts Discount", "Dedicated Account Manager", "Free Diagnostics", "Filter Replacement Program"],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Transparent Pricing for Exceptional Service"
|
|
||||||
description="Choose from our service plans designed to keep your systems running efficiently year-round and prevent unexpected breakdowns."
|
|
||||||
tag="Our Service Plans"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTen
|
<TestimonialCardTen
|
||||||
@@ -337,7 +295,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
label: "Duct Cleaning & Air Quality", href: "#services"},
|
label: "Duct Cleaning & Air Quality", href: "#services"},
|
||||||
{
|
{
|
||||||
label: "Preventative Maintenance Plans", href: "#pricing"},
|
label: "Preventative Maintenance Plans", href: "#services"},
|
||||||
{
|
{
|
||||||
label: "24/7 Emergency HVAC Service", href: "#services"},
|
label: "24/7 Emergency HVAC Service", href: "#services"},
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ export default function TeamPage() {
|
|||||||
{ name: "Home", id: "#home" },
|
{ name: "Home", id: "#home" },
|
||||||
{ name: "HVAC Services", id: "#services" },
|
{ name: "HVAC Services", id: "#services" },
|
||||||
{ name: "Reviews", id: "#testimonials" },
|
{ name: "Reviews", id: "#testimonials" },
|
||||||
{ name: "Need Financing?", id: "#pricing" },
|
|
||||||
{ name: "Team", id: "/team" },
|
{ name: "Team", id: "/team" },
|
||||||
{ name: "About Us", id: "#about" },
|
{ name: "About Us", id: "#about" },
|
||||||
{ name: "Locations", id: "/locations" },
|
{ name: "Locations", id: "/locations" },
|
||||||
@@ -66,7 +65,7 @@ export default function TeamPage() {
|
|||||||
{ label: "AC Repair", href: "#services" },
|
{ label: "AC Repair", href: "#services" },
|
||||||
{ label: "Furnace Installation", href: "#services" },
|
{ label: "Furnace Installation", href: "#services" },
|
||||||
{ label: "Duct Cleaning", href: "#services" },
|
{ label: "Duct Cleaning", href: "#services" },
|
||||||
{ label: "Maintenance Plans", href: "#pricing" },
|
{ label: "Maintenance Plans", href: "#services" },
|
||||||
{ label: "Emergency Service", href: "#services" }
|
{ label: "Emergency Service", href: "#services" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -102,4 +101,4 @@ export default function TeamPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user