Merge version_1 into main #2
241
src/app/page.tsx
241
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Dirtwaterboys"
|
||||
/>
|
||||
@@ -62,69 +52,37 @@ export default function LandingPage() {
|
||||
description="Dirtwaterboys provides professional installation, repair, and pumping services. Your trusted local partner for all septic needs in Texas."
|
||||
testimonials={[
|
||||
{
|
||||
name: "John D.",
|
||||
handle: "@johnd",
|
||||
testimonial: "Excellent service and very prompt. Would recommend to anyone.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg",
|
||||
},
|
||||
name: "John D.", handle: "@johnd", testimonial: "Excellent service and very prompt. Would recommend to anyone.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg"},
|
||||
{
|
||||
name: "Sarah M.",
|
||||
handle: "@sarahm",
|
||||
testimonial: "Very professional and knowledgeable team.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg",
|
||||
},
|
||||
name: "Sarah M.", handle: "@sarahm", testimonial: "Very professional and knowledgeable team.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg"},
|
||||
{
|
||||
name: "Mike R.",
|
||||
handle: "@miker",
|
||||
testimonial: "Had my system pumped and fixed quickly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freelancer-mature-man-casual-clothes-with-laptop-near-brick-wall_259150-58370.jpg",
|
||||
},
|
||||
name: "Mike R.", handle: "@miker", testimonial: "Had my system pumped and fixed quickly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freelancer-mature-man-casual-clothes-with-laptop-near-brick-wall_259150-58370.jpg"},
|
||||
{
|
||||
name: "Laura K.",
|
||||
handle: "@laurak",
|
||||
testimonial: "Honest and reliable service for years.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-with-food_23-2149410392.jpg",
|
||||
},
|
||||
name: "Laura K.", handle: "@laurak", testimonial: "Honest and reliable service for years.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-with-food_23-2149410392.jpg"},
|
||||
{
|
||||
name: "Tom B.",
|
||||
handle: "@tomb",
|
||||
testimonial: "Great attention to detail and clear explanations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-man-using-digital-tablet-park_23-2148164502.jpg",
|
||||
},
|
||||
name: "Tom B.", handle: "@tomb", testimonial: "Great attention to detail and clear explanations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-man-using-digital-tablet-park_23-2148164502.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (830) 4903660",
|
||||
href: "tel:8304903660",
|
||||
},
|
||||
text: "Call Now: (830) 4903660", href: "tel:8304903660"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-camping-forest_329181-12273.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-camping-forest_329181-12273.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/model-portrait-handsome-mobile-hair_1157-4090.jpg",
|
||||
alt: "model portrait handsome mobile hair",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/model-portrait-handsome-mobile-hair_1157-4090.jpg", alt: "model portrait handsome mobile hair"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-working-farm_23-2150454939.jpg",
|
||||
alt: "Couple working on the farm",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-working-farm_23-2150454939.jpg", alt: "Couple working on the farm"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/golf-field-with-white-ball-inside-hole_657883-718.jpg",
|
||||
alt: "Golf field with white ball inside the hole",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/golf-field-with-white-ball-inside-hole_657883-718.jpg", alt: "Golf field with white ball inside the hole"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-pilot-uniform-flying-helmet-near-combat-bombs-bomber-aircraft-open-air-museum_613910-18024.jpg",
|
||||
alt: "Portrait of a pilot in uniform and flying helmet near to combat bombs for a bomber aircraft in an open-air museum.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-pilot-uniform-flying-helmet-near-combat-bombs-bomber-aircraft-open-air-museum_613910-18024.jpg", alt: "Portrait of a pilot in uniform and flying helmet near to combat bombs for a bomber aircraft in an open-air museum."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232299.jpg",
|
||||
alt: "People taking care of the farm",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232299.jpg", alt: "People taking care of the farm"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,19 +94,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years in Business",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Years in Business", value: "10+"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Satisfied Customers",
|
||||
value: "1,000+",
|
||||
},
|
||||
label: "Satisfied Customers", value: "1,000+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Expert Team",
|
||||
value: "Certified",
|
||||
},
|
||||
label: "Expert Team", value: "Certified"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -161,55 +113,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Aerobic Systems",
|
||||
author: "Expert",
|
||||
description: "High-performance aerobic system design and installation.",
|
||||
tags: [
|
||||
"Installation",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg",
|
||||
},
|
||||
id: "s1", title: "Aerobic Systems", author: "Expert", description: "High-performance aerobic system design and installation.", tags: [
|
||||
"Installation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Conventional Systems",
|
||||
author: "Expert",
|
||||
description: "Standard septic installation for residential properties.",
|
||||
tags: [
|
||||
"Installation",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/watering-can_23-2148006090.jpg",
|
||||
},
|
||||
id: "s2", title: "Conventional Systems", author: "Expert", description: "Standard septic installation for residential properties.", tags: [
|
||||
"Installation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/watering-can_23-2148006090.jpg"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Inspections",
|
||||
author: "Expert",
|
||||
description: "Thorough system evaluations for peace of mind.",
|
||||
tags: [
|
||||
"Consultation",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-working-farm_23-2150454938.jpg",
|
||||
},
|
||||
id: "s3", title: "Inspections", author: "Expert", description: "Thorough system evaluations for peace of mind.", tags: [
|
||||
"Consultation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-working-farm_23-2150454938.jpg"},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Pumping",
|
||||
author: "Expert",
|
||||
description: "Scheduled tank pumping to prevent overflows.",
|
||||
tags: [
|
||||
"Maintenance",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-green-resort-water-park-near-drava-river-slovenia_181624-9355.jpg",
|
||||
},
|
||||
id: "s4", title: "Pumping", author: "Expert", description: "Scheduled tank pumping to prevent overflows.", tags: [
|
||||
"Maintenance"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-green-resort-water-park-near-drava-river-slovenia_181624-9355.jpg"},
|
||||
{
|
||||
id: "s5",
|
||||
title: "Repair",
|
||||
author: "Expert",
|
||||
description: "Fast response repair for emergencies and leaks.",
|
||||
tags: [
|
||||
"Repair",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-spraying-powder-paint_23-2149714280.jpg",
|
||||
},
|
||||
id: "s5", title: "Repair", author: "Expert", description: "Fast response repair for emergencies and leaks.", tags: [
|
||||
"Repair"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-spraying-powder-paint_23-2149714280.jpg"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive septic solutions managed by experienced professionals."
|
||||
@@ -223,26 +145,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "mgmt",
|
||||
groupTitle: "Leadership",
|
||||
members: [
|
||||
id: "mgmt", groupTitle: "Leadership", members: [
|
||||
{
|
||||
id: "mgr1",
|
||||
title: "Mr. Larry Sanchez Jr.",
|
||||
subtitle: "Manager",
|
||||
detail: "Leading our field operations with over 10 years of deep industry expertise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-tablet_23-2149307828.jpg",
|
||||
},
|
||||
id: "mgr1", title: "Mr. Larry Sanchez Jr.", subtitle: "Manager", detail: "Leading our field operations with over 10 years of deep industry expertise.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-tablet_23-2149307828.jpg"},
|
||||
{
|
||||
id: "mgr2",
|
||||
title: "Ms. Krycella K. Sanchez",
|
||||
subtitle: "Managing Member",
|
||||
detail: "Driving strategic growth and business excellence at Dirtwaterboys.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/firm-handshake-business-partners_1098-15971.jpg",
|
||||
},
|
||||
id: "mgr2", title: "Ms. Krycella K. Sanchez", subtitle: "Managing Member", detail: "Driving strategic growth and business excellence at Dirtwaterboys.", imageSrc: "http://img.b2bpic.net/free-photo/firm-handshake-business-partners_1098-15971.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-camping-forest_329181-12273.jpg?_wi=2",
|
||||
imageAlt: "professional manager portrait",
|
||||
},
|
||||
]}
|
||||
title="Meet Our Management Team"
|
||||
@@ -255,30 +163,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg",
|
||||
},
|
||||
id: "t1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg",
|
||||
},
|
||||
id: "t2", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mike Ross",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-colour-friends-outdoor_624325-3565.jpg",
|
||||
},
|
||||
id: "t3", name: "Mike Ross", imageSrc: "http://img.b2bpic.net/free-photo/different-colour-friends-outdoor_624325-3565.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Laura Kent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-watching-movie-laptop_23-2149266799.jpg",
|
||||
},
|
||||
id: "t4", name: "Laura Kent", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-watching-movie-laptop_23-2149266799.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Tom Baker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-dark-skinned-female-blogger-reads-news-feed-social-networks-poses-rural-setting-near-fence-bicycle_273609-18704.jpg",
|
||||
},
|
||||
id: "t5", name: "Tom Baker", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-dark-skinned-female-blogger-reads-news-feed-social-networks-poses-rural-setting-near-fence-bicycle_273609-18704.jpg"},
|
||||
]}
|
||||
cardTitle="Client Reviews"
|
||||
cardTag="Testimonials"
|
||||
@@ -291,20 +184,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How often should I pump my septic tank?",
|
||||
content: "Generally every 3-5 years, but it depends on usage and tank size.",
|
||||
},
|
||||
id: "f1", title: "How often should I pump my septic tank?", content: "Generally every 3-5 years, but it depends on usage and tank size."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are signs of a failing system?",
|
||||
content: "Slow drainage, foul odors, or lush grass over the drain field.",
|
||||
},
|
||||
id: "f2", title: "What are signs of a failing system?", content: "Slow drainage, foul odors, or lush grass over the drain field."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I perform my own inspections?",
|
||||
content: "Professional certification is required for accurate inspections.",
|
||||
},
|
||||
id: "f3", title: "Can I perform my own inspections?", content: "Professional certification is required for accurate inspections."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about septic care."
|
||||
@@ -316,14 +200,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to get started? Contact Dirtwaterboys Septic Services today at (830) 490-3660 for prompt and reliable service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (830) 490-3660",
|
||||
href: "tel:8304903660",
|
||||
},
|
||||
text: "Call (830) 490-3660", href: "tel:8304903660"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -334,25 +215,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "tel:8304903660",
|
||||
},
|
||||
label: "Contact Us", href: "tel:8304903660"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user