5 Commits

Author SHA1 Message Date
1db01fba83 Update src/app/page.tsx 2026-06-09 19:46:12 +00:00
6c204a8c1e Update src/app/team/page.tsx 2026-06-09 19:45:42 +00:00
e864f94e62 Update src/app/page.tsx 2026-06-09 19:45:42 +00:00
5d9f19d9fa Merge version_2 into main
Merge version_2 into main
2026-06-09 19:40:48 +00:00
9b90fbfeec Merge version_2 into main
Merge version_2 into main
2026-06-09 19:39:53 +00:00
2 changed files with 6 additions and 49 deletions

View File

@@ -9,11 +9,10 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
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() {
return (
@@ -41,8 +40,6 @@ export default function LandingPage() {
name: "About Us", id: "#about"},
{
name: "Metrics", id: "#metrics"},
{
name: "Pricing", id: "#pricing"},
{
name: "Testimonials", id: "#testimonials"},
{
@@ -80,7 +77,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-with-smart-speaker_23-2149936222.jpg", imageAlt: "David K."},
{
name: "Jessica L.", handle: "@WarmHome", testimonial: "Had a heating emergency in January, and they were here within hours. Lifesavers!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg", imageAlt: "Jessica L."},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg?_wi=1", imageAlt: "Jessica L."},
]}
buttons={[
{
@@ -207,45 +204,6 @@ export default function LandingPage() {
/>
</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">
<TestimonialCardTen
@@ -298,7 +256,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg?_wi=2"
imageAlt="HVAC technician working"
mediaPosition="right"
title="Schedule Your HVAC Service Today"
@@ -337,7 +295,7 @@ export default function LandingPage() {
{
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"},
],

View File

@@ -27,7 +27,6 @@ export default function TeamPage() {
{ name: "Home", id: "#home" },
{ name: "HVAC Services", id: "#services" },
{ name: "Reviews", id: "#testimonials" },
{ name: "Need Financing?", id: "#pricing" },
{ name: "Team", id: "/team" },
{ name: "About Us", id: "#about" },
{ name: "Locations", id: "/locations" },
@@ -66,7 +65,7 @@ export default function TeamPage() {
{ label: "AC Repair", href: "#services" },
{ label: "Furnace Installation", href: "#services" },
{ label: "Duct Cleaning", href: "#services" },
{ label: "Maintenance Plans", href: "#pricing" },
{ label: "Maintenance Plans", href: "#services" },
{ label: "Emergency Service", href: "#services" }
]
},