diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6646a72..932a04d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterBase from '@/components/sections/footer/FooterBase';
-import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
+import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Users, Zap } from "lucide-react";
@@ -30,113 +30,48 @@ export default function LandingPage() {
-
@@ -147,35 +82,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Septic Tank Pumping",
- description: "Professional removal of waste to prevent overflows and backups.",
- imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721542.jpg",
- imageAlt: "Tank Pumping",
- },
+ title: "Septic Tank Pumping", description: "Professional removal of waste to prevent overflows and backups.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721542.jpg", imageAlt: "Tank Pumping"},
{
- title: "Inspection & Cleaning",
- description: "Routine maintenance and inspections to catch issues early.",
- imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg",
- imageAlt: "System Inspection",
- },
+ title: "Inspection & Cleaning", description: "Routine maintenance and inspections to catch issues early.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg", imageAlt: "System Inspection"},
{
- title: "Emergency Repairs",
- description: "Quick, professional response when you need us most.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-raises-jack-4x4-off-road-truck_1153-4382.jpg",
- imageAlt: "Emergency Service",
- },
- {
- title: "Line Jetting",
- description: "Clearing stubborn clogs for optimal pipe performance.",
- imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg",
- imageAlt: "Line Cleaning",
- },
- {
- title: "Filter Maintenance",
- description: "Cleaning and replacement of outlet filters for system health.",
- imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721535.jpg",
- imageAlt: "Filter Service",
- },
+ title: "Emergency Repairs", description: "Quick, professional response when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/man-raises-jack-4x4-off-road-truck_1153-4382.jpg", imageAlt: "Emergency Service"},
]}
title="Core Septic Services"
description="Comprehensive care for your septic system to keep your home running smoothly."
@@ -189,19 +100,13 @@ export default function LandingPage() {
metrics={[
{
icon: Users,
- label: "Family-Owned",
- value: "Local Roots",
- },
+ label: "Family-Owned", value: "Local Roots"},
{
icon: Users,
- label: "No Upselling",
- value: "Honest Work",
- },
+ label: "No Upselling", value: "Honest Work"},
{
icon: Zap,
- label: "Response",
- value: "Prompt Service",
- },
+ label: "Response", value: "Prompt Service"},
]}
metricsAnimation="slide-up"
/>
@@ -214,59 +119,16 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Mark S.",
- role: "Homeowner",
- company: "Victoria, TX",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg",
- },
+ id: "1", name: "Mark S.", role: "Homeowner", company: "Victoria, TX", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg"},
{
- id: "2",
- name: "Linda R.",
- role: "Property Owner",
- company: "Victoria, TX",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
- },
- {
- id: "3",
- name: "David W.",
- role: "Homeowner",
- company: "Victoria, TX",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg",
- },
- {
- id: "4",
- name: "Sarah K.",
- role: "Small Business",
- company: "Victoria, TX",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg",
- },
- {
- id: "5",
- name: "Brian M.",
- role: "Homeowner",
- company: "Victoria, TX",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg",
- },
+ id: "2", name: "Linda R.", role: "Property Owner", company: "Victoria, TX", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"},
]}
kpiItems={[
- {
- value: "5.0",
- label: "Rating",
- },
- {
- value: "75+",
- label: "Reviews",
- },
- {
- value: "100%",
- label: "Local",
- },
+ { value: "5.0", label: "Rating" },
+ { value: "75+", label: "Reviews" },
+ { value: "100%", label: "Local" },
]}
title="Trusted by Local Homeowners"
description="See why Victoria residents choose us for their septic needs."
@@ -276,17 +138,12 @@ export default function LandingPage() {
@@ -295,37 +152,15 @@ export default function LandingPage() {