Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-06-03 23:54:32 +00:00
4 changed files with 6 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import Link from "next/link";
import { Clock, Star, Pipe, Users, HardHat, MapPin } from "lucide-react";
import { Clock, Star, Wrench, Users, HardHat, MapPin } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -63,7 +63,6 @@ export default function HomePage() {
mediaAnimation="slide-up"
tagAnimation="slide-up"
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -104,7 +103,7 @@ export default function HomePage() {
],
},
{
title: "Expert Repairs", description: "Specialized experience in complex water line and sewer line diagnosis and repair.", icon: Pipe,
title: "Expert Repairs", description: "Specialized experience in complex water line and sewer line diagnosis and repair.", icon: Wrench,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg", imageAlt: "Pipe icon"},
@@ -197,7 +196,6 @@ export default function HomePage() {
logoText="Stott Plumbing & Excavating"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
useInvertedBackground={true}
/>
</div>
</ThemeProvider>

View File

@@ -48,16 +48,16 @@ export default function ServicesPage() {
reviewCount: "Local Expert", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg", imageAlt: "Main water line repair"},
{
id: "service-2", name: "Sewer Line Repair", brand: "Excavation", price: "Get a Quote", rating: 5,
reviewCount: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/cable-nails_23-2147773468.jpg?_wi=1", imageAlt: "Sewer line repair"},
reviewCount: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/cable-nails_23-2147773468.jpg", imageAlt: "Sewer line repair"},
{
id: "service-3", name: "Drain Cleaning", brand: "Plumbing", price: "Get a Quote", rating: 5,
reviewCount: "Fast & Efficient", imageSrc: "http://img.b2bpic.net/free-photo/water-background-with-kiwi_23-2147608402.jpg?_wi=1", imageAlt: "Drain cleaning"},
reviewCount: "Fast & Efficient", imageSrc: "http://img.b2bpic.net/free-photo/water-background-with-kiwi_23-2147608402.jpg", imageAlt: "Drain cleaning"},
{
id: "service-4", name: "Water Heater Replacement", brand: "Plumbing", price: "Get a Quote", rating: 5,
reviewCount: "New Installations", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990696.jpg?_wi=1", imageAlt: "Water heater replacement"},
reviewCount: "New Installations", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990696.jpg", imageAlt: "Water heater replacement"},
{
id: "service-5", name: "Pipe Repair", brand: "Plumbing", price: "Get a Quote", rating: 5,
reviewCount: "Leak Detection", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg?_wi=1", imageAlt: "Pipe repair"},
reviewCount: "Leak Detection", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg", imageAlt: "Pipe repair"},
{
id: "service-6", name: "Excavation Services", brand: "Excavation", price: "Get a Quote", rating: 5,
reviewCount: "Site Work", imageSrc: "http://img.b2bpic.net/free-photo/tractor-operator-sand-pit_1398-1271.jpg", imageAlt: "Excavation services"},
@@ -118,7 +118,6 @@ export default function ServicesPage() {
logoText="Stott Plumbing & Excavating"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
useInvertedBackground={true}
/>
</div>
</ThemeProvider>

View File

@@ -14,7 +14,6 @@ import {
Hammer,
HardHat,
MapPin,
Pipe,
Search,
ShieldCheck,
Star,
@@ -127,7 +126,6 @@ export default function SewerLineRepairPage() {
text: "Privacy Policy", href: "/privacy-policy"}}
rightLink={{
text: "Terms of Service", href: "/terms-of-service"}}
useInvertedBackground={true}
/>
</div>
</ThemeProvider>

View File

@@ -14,7 +14,6 @@ import {
Hammer,
HardHat,
MapPin,
Pipe,
Search,
ShieldCheck,
Star,
@@ -127,7 +126,6 @@ export default function WaterLineRepairPage() {
text: "Privacy Policy", href: "/privacy-policy"}}
rightLink={{
text: "Terms of Service", href: "/terms-of-service"}}
useInvertedBackground={true}
/>
</div>
</ThemeProvider>