Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c90b4f86dc | |||
| e37ef1c395 | |||
| 565ff34c9f | |||
| ef7be920c8 | |||
| 1db01fba83 | |||
| 40ea389812 | |||
| 6c204a8c1e | |||
| e864f94e62 | |||
| 5d9f19d9fa | |||
| 9b90fbfeec |
@@ -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 (
|
||||||
@@ -34,27 +33,28 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home", id: "#home"},
|
name: "Home", id: "/"},
|
||||||
{
|
{
|
||||||
name: "Services", id: "#services"},
|
name: "Services", id: "#services"},
|
||||||
{
|
{
|
||||||
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"},
|
||||||
{
|
{
|
||||||
name: "FAQ", id: "#faq"},
|
name: "FAQ", id: "#faq"},
|
||||||
|
{
|
||||||
|
name: "Team", id: "/team"},
|
||||||
{
|
{
|
||||||
name: "Contact Us", id: "#contact"},
|
name: "Contact Us", id: "#contact"},
|
||||||
]}
|
]}
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4wl321"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EufN7Do3A2uOjy2MolAbblJK9g/uploaded-1781063380749-40bjsf5u.jpg"
|
||||||
logoAlt="USA HVAC Services Logo"
|
logoAlt="USA HVAC Services Logo"
|
||||||
brandName="USA HVAC Services"
|
brandName="USA HVAC Services"
|
||||||
button={{
|
button={{
|
||||||
text: "Get a Free Quote", href: "#contact"}}
|
text: "Get a Free Quote", href: "#contact"}}
|
||||||
|
logoImageClassName="bg-transparent"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -80,7 +80,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."},
|
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,
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -207,45 +207,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
|
||||||
@@ -298,7 +259,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
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"
|
imageAlt="HVAC technician working"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
title="Schedule Your HVAC Service Today"
|
title="Schedule Your HVAC Service Today"
|
||||||
@@ -337,7 +298,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"},
|
||||||
],
|
],
|
||||||
@@ -388,4 +349,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -24,19 +24,28 @@ export default function TeamPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "#home" },
|
{
|
||||||
{ name: "HVAC Services", id: "#services" },
|
name: "Home", id: "/"},
|
||||||
{ name: "Reviews", id: "#testimonials" },
|
{
|
||||||
{ name: "Need Financing?", id: "#pricing" },
|
name: "Services", id: "#services"},
|
||||||
{ name: "Team", id: "/team" },
|
{
|
||||||
{ name: "About Us", id: "#about" },
|
name: "About Us", id: "#about"},
|
||||||
{ name: "Locations", id: "/locations" },
|
{
|
||||||
{ name: "Contact Us", id: "#contact" }
|
name: "Metrics", id: "#metrics"},
|
||||||
|
{
|
||||||
|
name: "Testimonials", id: "#testimonials"},
|
||||||
|
{
|
||||||
|
name: "FAQ", id: "#faq"},
|
||||||
|
{
|
||||||
|
name: "Team", id: "/team"},
|
||||||
|
{
|
||||||
|
name: "Contact Us", id: "#contact"},
|
||||||
]}
|
]}
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/default-logo-transparent.png?_wi=1"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EufN7Do3A2uOjy2MolAbblJK9g/uploaded-1781063380749-40bjsf5u.jpg"
|
||||||
logoAlt="USA HVAC Services Logo"
|
logoAlt="USA HVAC Services Logo"
|
||||||
brandName="USA HVAC Services"
|
brandName="USA HVAC Services"
|
||||||
button={{ text: "Book Now", href: "#contact" }}
|
button={{ text: "Book Now", href: "#contact" }}
|
||||||
|
logoImageClassName="bg-transparent"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -66,7 +75,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" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -83,7 +92,7 @@ export default function TeamPage() {
|
|||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
{ label: "Blog", href: "#" },
|
{ label: "Blog", href: "#" },
|
||||||
{ label: "Customer Stories", href: "#testimonials" },
|
{ label: "Customer Stories", href: "#testimonials" },
|
||||||
{ label: "Service Areas", href: "/locations" }
|
{ label: "Service Areas", href: "#" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user