Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Bauer & Tettis"
|
||||
/>
|
||||
@@ -57,17 +47,11 @@ export default function LandingPage() {
|
||||
description="Since our founding, Bauer & Tettis Plumbing & Heating has been a cornerstone in the St. Marys community. As a family-owned and operated business, we believe in honest work, transparent pricing, and treating every customer like a neighbor. Our legacy is built on trust and straightforward, dependable service."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Satisfaction Rate",
|
||||
},
|
||||
value: "100%", title: "Satisfaction Rate"},
|
||||
{
|
||||
value: "Local",
|
||||
title: "Family Owned",
|
||||
},
|
||||
value: "Local", title: "Family Owned"},
|
||||
{
|
||||
value: "Decades",
|
||||
title: "Experience",
|
||||
},
|
||||
value: "Decades", title: "Experience"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-woman-running-business-medium-shot_23-2149871156.jpg"
|
||||
imageAlt="Bauer & Tettis family members standing proudly in front of their business"
|
||||
@@ -83,37 +67,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "technicians",
|
||||
groupTitle: "Our Plumbing & Heating Professionals",
|
||||
members: [
|
||||
id: "technicians", groupTitle: "Our Plumbing & Heating Professionals", members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "John Bauer",
|
||||
subtitle: "Owner & Lead Plumber",
|
||||
detail: "Decades of experience in complex plumbing and heating systems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg",
|
||||
imageAlt: "John Bauer, Owner & Lead Plumber",
|
||||
},
|
||||
id: "m1", title: "John Bauer", subtitle: "Owner & Lead Plumber", detail: "Decades of experience in complex plumbing and heating systems.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg", imageAlt: "John Bauer, Owner & Lead Plumber"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Mike Tettis",
|
||||
subtitle: "Lead Heating Technician",
|
||||
detail: "Specializing in furnace and boiler diagnostics and installations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-analyzing-building-model-with-woman-using-blueprints-plan-table-colleagues-working-together-design-construction-structure-layout-urban-development_482257-27842.jpg",
|
||||
imageAlt: "Mike Tettis, Lead Heating Technician",
|
||||
},
|
||||
id: "m2", title: "Mike Tettis", subtitle: "Lead Heating Technician", detail: "Specializing in furnace and boiler diagnostics and installations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-analyzing-building-model-with-woman-using-blueprints-plan-table-colleagues-working-together-design-construction-structure-layout-urban-development_482257-27842.jpg", imageAlt: "Mike Tettis, Lead Heating Technician"},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Sarah Johnson",
|
||||
subtitle: "Customer Service Manager",
|
||||
detail: "Ensuring smooth scheduling and exceptional client communication.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288231.jpg",
|
||||
imageAlt: "Sarah Johnson, Customer Service Manager",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/covered-bridge-vermont-autumn_649448-5434.jpg?_wi=3",
|
||||
imageAlt: "experienced plumber portrait professional",
|
||||
},
|
||||
id: "m3", title: "Sarah Johnson", subtitle: "Customer Service Manager", detail: "Ensuring smooth scheduling and exceptional client communication.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288231.jpg", imageAlt: "Sarah Johnson, Customer Service Manager"},
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Meet Our Expert Team"
|
||||
description="Our friendly, experienced, and certified technicians are the heart of our service. Dedicated to quality and customer satisfaction, they bring expertise and a smile to every job."
|
||||
@@ -124,64 +86,39 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Furnace Repair",
|
||||
href: "/services#furnace-repair",
|
||||
},
|
||||
label: "Furnace Repair", href: "/services#furnace-repair"},
|
||||
{
|
||||
label: "Plumbing Repairs",
|
||||
href: "/services#plumbing-repairs",
|
||||
},
|
||||
label: "Plumbing Repairs", href: "/services#plumbing-repairs"},
|
||||
{
|
||||
label: "Water Heaters",
|
||||
href: "/services#water-heaters",
|
||||
},
|
||||
label: "Water Heaters", href: "/services#water-heaters"},
|
||||
{
|
||||
label: "Emergency Service",
|
||||
href: "/services#emergency",
|
||||
},
|
||||
label: "Emergency Service", href: "/services#emergency"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call Us: (814) 834-2108",
|
||||
href: "tel:+18148342108",
|
||||
},
|
||||
label: "Call Us: (814) 834-2108", href: "tel:+18148342108"},
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Email Us", href: "/contact"},
|
||||
{
|
||||
label: "327 Ash St, St Marys, PA 15857",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
label: "327 Ash St, St Marys, PA 15857", href: "https://maps.app.goo.gl/example"},
|
||||
],
|
||||
},
|
||||
}
|
||||
]}
|
||||
logoText="Bauer & Tettis"
|
||||
copyrightText="© 2024 Bauer & Tettis Plumbing & Heating. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user