Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-31 01:13:10 +00:00
2 changed files with 53 additions and 166 deletions

View File

@@ -6,6 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import { Phone, MapPin } from 'lucide-react';
export default function LandingPage() {
return (
@@ -26,25 +27,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Heat Tek"
/>
@@ -54,12 +45,11 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact Us"
title="How can we help?"
description="Complete the form and our team will get back to you within 24 hours."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/close-up-of-an-hvac-system-condenser-sle-1774919532729-1fac73fc.png?_wi=4"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/close-up-of-an-hvac-system-condenser-sle-1774919532729-1fac73fc.png"
mediaAnimation="slide-up"
/>
</div>
@@ -72,16 +62,10 @@ export default function LandingPage() {
description="Visit or call us at our central Johnson City office."
features={[
{
title: "Phone",
description: "(607) 239-6822",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/close-up-professional-plumbing-wrench-wo-1774919531235-624a7c6b.png?_wi=5",
buttonIcon: "Phone",
title: "Phone", description: "(607) 239-6822", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/close-up-professional-plumbing-wrench-wo-1774919531235-624a7c6b.png", buttonIcon: Phone,
},
{
title: "Address",
description: "270 Corliss Ave, Johnson City, NY 13790",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/clean-water-heater-installation-high-end-1774919532173-2b4e4c1e.png?_wi=4",
buttonIcon: "MapPin",
title: "Address", description: "270 Corliss Ave, Johnson City, NY 13790", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/clean-water-heater-installation-high-end-1774919532173-2b4e4c1e.png", buttonIcon: MapPin,
},
]}
/>
@@ -92,50 +76,31 @@ export default function LandingPage() {
logoText="Heat Tek"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Reviews",
href: "/reviews",
},
label: "Reviews", href: "/reviews"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Plumbing",
href: "/services",
},
label: "Plumbing", href: "/services"},
{
label: "Heating",
href: "/services",
},
label: "Heating", href: "/services"},
{
label: "Air Conditioning",
href: "/services",
},
label: "Air Conditioning", href: "/services"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "(607) 239-6822",
href: "tel:6072396822",
},
label: "(607) 239-6822", href: "tel:6072396822"},
{
label: "270 Corliss Ave, Johnson City, NY 13790",
href: "#",
},
label: "270 Corliss Ave, Johnson City, NY 13790", href: "#"},
],
},
]}

View File

@@ -9,6 +9,7 @@ import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboard
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Zap } from 'lucide-react';
export default function LandingPage() {
return (
@@ -29,25 +30,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Heat Tek"
/>
@@ -56,23 +47,18 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "plain",
}}
variant: "plain"}}
logoText="Heat Tek"
description="Fast, Professional Plumbing and HVAC Service With a Higher Standard of Care. Serving Johnson City with reliability and precision."
buttons={[
{
text: "Request Service",
href: "/contact",
},
text: "Request Service", href: "/contact"},
{
text: "Call Now (607) 239-6822",
href: "tel:6072396822",
},
text: "Call Now (607) 239-6822", href: "tel:6072396822"},
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/a-high-end-cinematic-wide-shot-of-a-mode-1774919531533-2042c3ca.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/a-high-end-cinematic-wide-shot-of-a-mode-1774919531533-2042c3ca.png"
imageAlt="Professional HVAC technician service"
mediaAnimation="slide-up"
/>
@@ -84,22 +70,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Plumbing Repairs",
description: "Expert solutions for leaks, clogs, and piping issues, handled with care.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/close-up-professional-plumbing-wrench-wo-1774919531235-624a7c6b.png?_wi=1",
buttonIcon: "Zap",
title: "Plumbing Repairs", description: "Expert solutions for leaks, clogs, and piping issues, handled with care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/close-up-professional-plumbing-wrench-wo-1774919531235-624a7c6b.png", buttonIcon: Zap,
},
{
title: "Water Heaters",
description: "Professional installation and replacement for traditional or modern tankless units.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/clean-water-heater-installation-high-end-1774919532173-2b4e4c1e.png?_wi=1",
buttonIcon: "Zap",
title: "Water Heaters", description: "Professional installation and replacement for traditional or modern tankless units.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/clean-water-heater-installation-high-end-1774919532173-2b4e4c1e.png", buttonIcon: Zap,
},
{
title: "Heating & AC",
description: "Full HVAC repair and installation, ensuring reliable comfort in every season.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/close-up-of-an-hvac-system-condenser-sle-1774919532729-1fac73fc.png?_wi=1",
buttonIcon: "Zap",
title: "Heating & AC", description: "Full HVAC repair and installation, ensuring reliable comfort in every season.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/close-up-of-an-hvac-system-condenser-sle-1774919532729-1fac73fc.png", buttonIcon: Zap,
},
]}
title="Premium Local Comfort Services"
@@ -113,45 +90,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
title: "Quick & Professional",
quote: "Very quick to respond and very professional. Took great care to install new water heater.",
name: "Sarah J.",
role: "Homeowner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/professional-portrait-of-a-middle-aged-h-1774919532041-b40a9600.png?_wi=1",
},
id: "t1", title: "Quick & Professional", quote: "Very quick to respond and very professional. Took great care to install new water heater.", name: "Sarah J.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/professional-portrait-of-a-middle-aged-h-1774919532041-b40a9600.png"},
{
id: "t2",
title: "Excellent Service",
quote: "Very professional and reasonably priced. Highly recommend for any home service needs.",
name: "Mark D.",
role: "Homeowner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/professional-portrait-of-a-young-family--1774919532158-26689d84.png",
},
id: "t2", title: "Excellent Service", quote: "Very professional and reasonably priced. Highly recommend for any home service needs.", name: "Mark D.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/professional-portrait-of-a-young-family--1774919532158-26689d84.png"},
{
id: "t3",
title: "Reliable Pros",
quote: "Professional, clean, and fast. Everything you want in a local technician.",
name: "Emily R.",
role: "Homeowner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/professional-portrait-of-a-mature-woman--1774919534975-343b3177.png",
},
id: "t3", title: "Reliable Pros", quote: "Professional, clean, and fast. Everything you want in a local technician.", name: "Emily R.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/professional-portrait-of-a-mature-woman--1774919534975-343b3177.png"},
{
id: "t4",
title: "Quality Care",
quote: "They were meticulous with their installation. Very pleased with the results.",
name: "David K.",
role: "Homeowner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/professional-portrait-of-a-professional--1774919531201-fb18e11d.png",
},
id: "t4", title: "Quality Care", quote: "They were meticulous with their installation. Very pleased with the results.", name: "David K.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/professional-portrait-of-a-professional--1774919531201-fb18e11d.png"},
{
id: "t5",
title: "Top Notch Quality",
quote: "The team at Heat Tek provided stellar service during our furnace replacement.",
name: "Jessica L.",
role: "Homeowner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/professional-portrait-of-a-middle-aged-h-1774919532041-b40a9600.png?_wi=2",
},
id: "t5", title: "Top Notch Quality", quote: "The team at Heat Tek provided stellar service during our furnace replacement.", name: "Jessica L.", role: "Homeowner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/professional-portrait-of-a-middle-aged-h-1774919532041-b40a9600.png"},
]}
title="Trusted by Your Neighbors"
description="Hear why Johnson City residents trust Heat Tek for their most important home comfort needs."
@@ -165,12 +112,7 @@ export default function LandingPage() {
title="Serving Johnson City and Beyond"
description="We are proud to be the trusted mechanical service partner for countless local residential and commercial properties."
names={[
"Homeowners Association",
"Local Small Businesses",
"Apartment Complex Management",
"Regional Property Managers",
"Individual Homeowners",
]}
"Homeowners Association", "Local Small Businesses", "Apartment Complex Management", "Regional Property Managers", "Individual Homeowners"]}
/>
</div>
@@ -178,12 +120,11 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Ready to restore your home comfort?"
description="Contact us today for a free estimate or to schedule your professional service appointment."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/close-up-professional-plumbing-wrench-wo-1774919531235-624a7c6b.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bglsx1QxMylv7NvzWRE5gKrQ8q/close-up-professional-plumbing-wrench-wo-1774919531235-624a7c6b.png"
mediaAnimation="slide-up"
/>
</div>
@@ -193,50 +134,31 @@ export default function LandingPage() {
logoText="Heat Tek"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Reviews",
href: "/reviews",
},
label: "Reviews", href: "/reviews"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Plumbing",
href: "/services",
},
label: "Plumbing", href: "/services"},
{
label: "Heating",
href: "/services",
},
label: "Heating", href: "/services"},
{
label: "Air Conditioning",
href: "/services",
},
label: "Air Conditioning", href: "/services"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "(607) 239-6822",
href: "tel:6072396822",
},
label: "(607) 239-6822", href: "tel:6072396822"},
{
label: "270 Corliss Ave, Johnson City, NY 13790",
href: "#",
},
label: "270 Corliss Ave, Johnson City, NY 13790", href: "#"},
],
},
]}