Merge version_2 into main #2
@@ -33,16 +33,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="PipePros"
|
||||
/>
|
||||
@@ -50,15 +45,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Expert Plumbing Solutions for Your Home & Business"
|
||||
description="From emergency repairs to full-scale installations, our certified plumbers deliver reliable service you can count on."
|
||||
tag="Professional Plumbing Services"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-fixing-sink-with-wrench_23-2148784196.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -69,15 +60,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose PipePros"
|
||||
metrics={[
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Emergency Response", value: "24/7"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Licensed & Insured", value: "100%"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Satisfied Customers", value: "10k+"},
|
||||
{ id: "m1", icon: Zap, label: "Emergency Response", value: "24/7" },
|
||||
{ id: "m2", icon: Shield, label: "Licensed & Insured", value: "100%" },
|
||||
{ id: "m3", icon: Award, label: "Satisfied Customers", value: "10k+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -90,11 +75,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Leak Detection", description: "Pinpoint and repair hidden leaks before they cause major damage.", tag: "Fixes", imageSrc: "http://img.b2bpic.net/free-photo/close-up-of-pipes-under-sink_23-2148784186.jpg"},
|
||||
id: "f1", title: "Leak Detection", description: "Pinpoint and repair hidden leaks before they cause major damage.", tag: "Fixes", imageSrc: "http://img.b2bpic.net/free-photo/close-up-of-pipes-under-sink_23-2148784186.jpg"
|
||||
},
|
||||
{
|
||||
id: "f2", title: "Drain Cleaning", description: "Advanced hydro-jetting to keep your pipes flowing freely.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/plumber-cleaning-drain-with-machine_23-2148784204.jpg"},
|
||||
id: "f2", title: "Drain Cleaning", description: "Advanced hydro-jetting to keep your pipes flowing freely.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/plumber-cleaning-drain-with-machine_23-2148784204.jpg"
|
||||
},
|
||||
{
|
||||
id: "f3", title: "Water Heater Service", description: "Installation and maintenance for endless hot water.", tag: "Heating", imageSrc: "http://img.b2bpic.net/free-photo/water-heater-in-basement_23-2148784190.jpg"},
|
||||
id: "f3", title: "Water Heater Service", description: "Installation and maintenance for endless hot water.", tag: "Heating", imageSrc: "http://img.b2bpic.net/free-photo/water-heater-in-basement_23-2148784190.jpg"
|
||||
},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Comprehensive plumbing solutions tailored to your needs."
|
||||
@@ -123,8 +111,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", tag: "Essential", price: "$129", period: "/fix", description: "Standard repair visits.", button: { text: "Book Now" },
|
||||
featuresTitle: "Includes:", features: ["Inspection", "Basic Repair", "Clean up"],
|
||||
id: "basic", tag: "Essential", price: "$129", period: "/fix", description: "Standard repair visits.", button: { text: "Book Now" }, featuresTitle: "Includes:", features: ["Inspection", "Basic Repair", "Clean up"],
|
||||
},
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
@@ -167,6 +154,7 @@ export default function LandingPage() {
|
||||
sideTitle="Need Answers?"
|
||||
sideDescription="Check our frequently asked questions for immediate assistance."
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -175,8 +163,8 @@ export default function LandingPage() {
|
||||
tag="Let's Fix It"
|
||||
title="Contact PipePros Today"
|
||||
description="Don't let a small leak become a big problem. Reach out to our experts."
|
||||
buttons={[{ text: "Book an Appointment" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -186,7 +174,8 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Emergency", href: "#" }, { label: "Repairs", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Contact", href: "#" }] }
|
||||
]}
|
||||
]
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user