Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-26 01:49:27 +00:00

View File

@@ -48,14 +48,13 @@ export default function SitePage() {
{ text: "Request a Quote", href: "#contact" }
]}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=1", imageAlt: "Modern bathroom plumbing installation" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-washing-glass-with-blue-sponge-black-faucet-sparkling-dishes-now_169016-69328.jpg?_wi=1", imageAlt: "Plumber repairing leaky faucet" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-faucet-turned-off_250224-100.jpg?_wi=1", imageAlt: "Outdoor kitchen BBQ plumbing connection" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-smart-home-technology_9975-33208.jpg?_wi=1", imageAlt: "Bathroom renovation plumbing work" },
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Modern bathroom plumbing installation" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-washing-glass-with-blue-sponge-black-faucet-sparkling-dishes-now_169016-69328.jpg", imageAlt: "Plumber repairing leaky faucet" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-faucet-turned-off_250224-100.jpg", imageAlt: "Outdoor kitchen BBQ plumbing connection" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-smart-home-technology_9975-33208.jpg", imageAlt: "Bathroom renovation plumbing work" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", imageAlt: "Laundry room plumbing hookup" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/black-white-vintage-portrait-man-doing-housework-household-chores_23-2151448645.jpg", imageAlt: "Plumber working on a pipe connection" }
]}
useInvertedBackground={false}
/>
</div>
@@ -64,10 +63,10 @@ export default function SitePage() {
title="Why Choose Goldman Plumbing?"
description="Experience unparalleled service and quality for all your plumbing needs in Newcastle and Adamstown."
features={[
{ id: "1", title: "5-Star Satisfaction", author: "Customer Reviews", description: "Our commitment to excellence has earned us top ratings and glowing testimonials from happy clients.", tags: ["Quality", "Trust"], imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=2" },
{ id: "2", title: "On-Time Service", author: "Punctual Team", description: "We respect your time. Our plumbers arrive promptly and complete jobs efficiently, every time.", tags: ["Reliable", "Efficient"], imageSrc: "http://img.b2bpic.net/free-photo/man-washing-glass-with-blue-sponge-black-faucet-sparkling-dishes-now_169016-69328.jpg?_wi=2" },
{ id: "3", title: "Clean Workmanship", author: "Tidy Professionals", description: "Expect a spotless workspace. We leave your property cleaner than we found it, guaranteed.", tags: ["Clean", "Professional"], imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-faucet-turned-off_250224-100.jpg?_wi=2" },
{ id: "4", title: "Clear Communication", author: "Transparent Process", description: "We keep you informed every step of the way, ensuring you understand the work being done.", tags: ["Transparent", "Friendly"], imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-smart-home-technology_9975-33208.jpg?_wi=2" }
{ id: "1", title: "5-Star Satisfaction", author: "Customer Reviews", description: "Our commitment to excellence has earned us top ratings and glowing testimonials from happy clients.", tags: ["Quality", "Trust"], imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg" },
{ id: "2", title: "On-Time Service", author: "Punctual Team", description: "We respect your time. Our plumbers arrive promptly and complete jobs efficiently, every time.", tags: ["Reliable", "Efficient"], imageSrc: "http://img.b2bpic.net/free-photo/man-washing-glass-with-blue-sponge-black-faucet-sparkling-dishes-now_169016-69328.jpg" },
{ id: "3", title: "Clean Workmanship", author: "Tidy Professionals", description: "Expect a spotless workspace. We leave your property cleaner than we found it, guaranteed.", tags: ["Clean", "Professional"], imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-faucet-turned-off_250224-100.jpg" },
{ id: "4", title: "Clear Communication", author: "Transparent Process", description: "We keep you informed every step of the way, ensuring you understand the work being done.", tags: ["Transparent", "Friendly"], imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-smart-home-technology_9975-33208.jpg" }
]}
animationType="slide-up"
textboxLayout="default"