Update src/app/trenchless/page.tsx
This commit is contained in:
@@ -27,29 +27,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Trenchless",
|
name: "Trenchless", id: "/trenchless"},
|
||||||
id: "/trenchless",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "/reviews"},
|
||||||
id: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Gator Rooter & Plumbing Inc."
|
brandName="Gator Rooter & Plumbing Inc."
|
||||||
/>
|
/>
|
||||||
@@ -62,72 +50,40 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Minimal Disruption",
|
title: "Minimal Disruption", description: "No extensive trench digging means your yard, driveway, and landscaping remain virtually untouched.", icon: Star,
|
||||||
description: "No extensive trench digging means your yard, driveway, and landscaping remain virtually untouched.",
|
|
||||||
icon: Star,
|
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-fountain_1361-137.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/stone-fountain_1361-137.jpg", imageAlt: "Minimal Disruption"},
|
||||||
imageAlt: "Minimal Disruption",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/design-creative-inspirational-unique-special_53876-13821.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/design-creative-inspirational-unique-special_53876-13821.jpg", imageAlt: "Minimal Disruption"},
|
||||||
imageAlt: "Minimal Disruption",
|
]
|
||||||
},
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176721.jpg?_wi=3",
|
|
||||||
imageAlt: "trenchless sewer replacement benefits diagram",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Cost-Effective",
|
title: "Cost-Effective", description: "Save on costly restoration work for your property, as there's no need to repair extensive excavation.", icon: DollarSign,
|
||||||
description: "Save on costly restoration work for your property, as there's no need to repair extensive excavation.",
|
|
||||||
icon: DollarSign,
|
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/euro-money-coins-with-excavator-worker-white_268835-3359.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/euro-money-coins-with-excavator-worker-white_268835-3359.jpg", imageAlt: "Cost-Effective"},
|
||||||
imageAlt: "Cost-Effective",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-fantasy-tap-with-running-water-surreal-landscape-world-water-day-awareness_23-2151181931.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/view-fantasy-tap-with-running-water-surreal-landscape-world-water-day-awareness_23-2151181931.jpg", imageAlt: "Cost-Effective"},
|
||||||
imageAlt: "Cost-Effective",
|
]
|
||||||
},
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-lighting-lamp-with-futuristic-design_23-2151037455.jpg?_wi=2",
|
|
||||||
imageAlt: "trenchless sewer replacement benefits diagram",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Durable & Long-Lasting",
|
title: "Durable & Long-Lasting", description: "New pipes are often stronger and more resilient than older ones, offering decades of reliable service.", icon: ShieldCheck,
|
||||||
description: "New pipes are often stronger and more resilient than older ones, offering decades of reliable service.",
|
|
||||||
icon: ShieldCheck,
|
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-fantasy-tap-with-running-water-surreal-landscape-world-water-day-awareness_23-2151181996.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/view-fantasy-tap-with-running-water-surreal-landscape-world-water-day-awareness_23-2151181996.jpg", imageAlt: "Durable & Long-Lasting"},
|
||||||
imageAlt: "Durable & Long-Lasting",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062994.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062994.jpg", imageAlt: "Durable & Long-Lasting"},
|
||||||
imageAlt: "Durable & Long-Lasting",
|
]
|
||||||
},
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-financial-management-document-icon_53876-14639.jpg?_wi=2",
|
|
||||||
imageAlt: "trenchless sewer replacement benefits diagram",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Fast Installation",
|
title: "Fast Installation", description: "Trenchless methods can often be completed in a fraction of the time compared to traditional digging.", icon: Rocket,
|
||||||
description: "Trenchless methods can often be completed in a fraction of the time compared to traditional digging.",
|
|
||||||
icon: Rocket,
|
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-fantasy-tap-with-running-water-surreal-landscape-world-water-day-awareness_23-2151182003.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/view-fantasy-tap-with-running-water-surreal-landscape-world-water-day-awareness_23-2151182003.jpg", imageAlt: "Fast Installation"},
|
||||||
imageAlt: "Fast Installation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-fantasy-landscape-with-surreal-running-water-tap-world-water-day-awareness_23-2151182027.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/view-fantasy-landscape-with-surreal-running-water-tap-world-water-day-awareness_23-2151182027.jpg", imageAlt: "Fast Installation"},
|
||||||
imageAlt: "Fast Installation",
|
]
|
||||||
},
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/plumber-flat-set_1284-10527.jpg?_wi=2",
|
|
||||||
imageAlt: "trenchless sewer replacement benefits diagram",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="The Advantages of Trenchless Sewer Solutions"
|
title="The Advantages of Trenchless Sewer Solutions"
|
||||||
@@ -142,34 +98,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "trenchless-step-1",
|
id: "trenchless-step-1", value: "1", title: "Access Points Created", items: [
|
||||||
value: "1",
|
"We dig two small access points at each end of the old pipe.", "This avoids extensive trenching across your yard.", "Careful planning minimizes disruption."],
|
||||||
title: "Access Points Created",
|
|
||||||
items: [
|
|
||||||
"We dig two small access points at each end of the old pipe.",
|
|
||||||
"This avoids extensive trenching across your yard.",
|
|
||||||
"Careful planning minimizes disruption.",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "trenchless-step-2",
|
id: "trenchless-step-2", value: "2", title: "New Pipe Installed", items: [
|
||||||
value: "2",
|
"A new, durable pipe is pulled through the old one.", "Pipe bursting breaks the old pipe while installing new.", "Pipe lining creates a new pipe within the existing one."],
|
||||||
title: "New Pipe Installed",
|
|
||||||
items: [
|
|
||||||
"A new, durable pipe is pulled through the old one.",
|
|
||||||
"Pipe bursting breaks the old pipe while installing new.",
|
|
||||||
"Pipe lining creates a new pipe within the existing one.",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "trenchless-step-3",
|
id: "trenchless-step-3", value: "3", title: "Connections & Testing", items: [
|
||||||
value: "3",
|
"The new sewer line is securely connected.", "Thorough testing ensures proper functionality.", "Site is restored to its original condition."],
|
||||||
title: "Connections & Testing",
|
|
||||||
items: [
|
|
||||||
"The new sewer line is securely connected.",
|
|
||||||
"Thorough testing ensures proper functionality.",
|
|
||||||
"Site is restored to its original condition.",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Advanced Trenchless Sewer Process"
|
title="Our Advanced Trenchless Sewer Process"
|
||||||
@@ -182,62 +120,37 @@ export default function LandingPage() {
|
|||||||
logoText="Gator Rooter & Plumbing Inc."
|
logoText="Gator Rooter & Plumbing Inc."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Trenchless Sewer",
|
label: "Trenchless Sewer", href: "/trenchless"},
|
||||||
href: "/trenchless",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Drain Cleaning",
|
label: "Drain Cleaning", href: "/services#drain-cleaning"},
|
||||||
href: "/services#drain-cleaning",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Sewer Repair",
|
label: "Sewer Repair", href: "/services#sewer-repair"},
|
||||||
href: "/services#sewer-repair",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Leak Detection",
|
label: "Leak Detection", href: "/services#leak-detection"},
|
||||||
href: "/services#leak-detection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Water Heaters",
|
label: "Water Heaters", href: "/services#water-heaters"},
|
||||||
href: "/services#water-heaters",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "/reviews"},
|
||||||
href: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Service Area",
|
label: "Service Area", href: "/#service-area"},
|
||||||
href: "/#service-area",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user