@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name:"Home",
id:"/",
},
name:"Home",id:"/"},
{
name:"About",
id:"#about",
},
name:"About",id:"#about"},
{
name:"Services",
id:"#services",
},
name:"Services",id:"#services"},
{
name:"Testimonials",
id:"#testimonials",
},
name:"Testimonials",id:"#testimonials"},
{
name:"Contact",
id:"#contact",
},
name:"Contact",id:"#contact"},
]}
brandName="Papas Plumbing"
/>
@@ -60,35 +50,21 @@ export default function LandingPage() {
description="Papas Plumbing delivers honest, expert solutions for every plumbing challenge—from emergency repairs to luxury installations. Serving families with transparent pricing and same-day service."
buttons={[
{
text:"Schedule Your Service Today",
href:"#contact",
},
text:"Schedule Your Service Today",href:"#contact"},
@@ -98,10 +74,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Family-Owned, Expert-Driven"
description={[
"For generations, Papas Plumbing has been the standard for reliability and excellence in local plumbing services.",
"Our team of licensed experts combines deep technical knowledge with a family-oriented approach, ensuring every customer feels heard and valued.",
"We focus on transparency in pricing and delivering the highest quality work, whether it’s a simple faucet replacement or a complete home installation.",
]}
"For generations, Papas Plumbing has been the standard for reliability and excellence in local plumbing services.","Our team of licensed experts combines deep technical knowledge with a family-oriented approach, ensuring every customer feels heard and valued.","We focus on transparency in pricing and delivering the highest quality work, whether it’s a simple faucet replacement or a complete home installation."]}
/>
</div>
@@ -113,23 +86,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title:"Emergency Repairs",
description:"Rapid response to burst pipes, severe leaks, and plumbing emergencies around the clock.",
title:"Emergency Repairs",description:"Rapid response to burst pipes, severe leaks, and plumbing emergencies around the clock.",imageSrc:"http://img.b2bpic.net/free-photo/plumber-covering-his-mouth_1368-772.jpg",imageAlt:"Emergency plumbing"},
{
title:"Water Heater Solutions",
description:"Full-service installation and maintenance of high-efficiency water heating systems.",
title:"Water Heater Solutions",description:"Full-service installation and maintenance of high-efficiency water heating systems.",imageSrc:"http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51414.jpg",imageAlt:"Water heater service"},
{
title:"Advanced Drain Cleaning",
description:"Professional-grade drain cleaning services to keep your system flowing freely and efficiently.",
title:"Advanced Drain Cleaning",description:"Professional-grade drain cleaning services to keep your system flowing freely and efficiently.",imageSrc:"http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg",imageAlt:"Drain cleaning"},
]}
title="Comprehensive Plumbing Services"
description="We offer a wide range of plumbing services designed to maintain your home’s systems to the highest standards."
@@ -144,20 +105,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id:"m1",
value:"15+",
description:"Years of Service",
},
id:"m1",value:"15+",description:"Years of Service"},
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.