diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index c77144c..ceb6a8b 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -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() {
@@ -54,12 +45,11 @@ export default function LandingPage() {
@@ -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: "#"},
],
},
]}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7640b3f..3aa5e78 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -56,23 +47,18 @@ export default function LandingPage() {
@@ -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"]}
/>
@@ -178,12 +120,11 @@ export default function LandingPage() {
@@ -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: "#"},
],
},
]}