Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-30 23:51:34 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
{ text: "Call Now (888) 477-2877", href: "tel:8884772877" },
{ text: "Get Free Estimate", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg"
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg?_wi=1"
showBlur={true}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg", alt: "Man opening faucet looking at jet of water" },
@@ -65,7 +65,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{ id: "1", title: "Drain Cleaning", author: "All American Team", description: "Fast and thorough clearing of clogged drains.", tags: ["Emergency"], imageSrc: "http://img.b2bpic.net/free-vector/plumbing-icons-composition-flat_98292-1526.jpg" },
{ id: "1", title: "Drain Cleaning", author: "All American Team", description: "Fast and thorough clearing of clogged drains.", tags: ["Emergency"], imageSrc: "http://img.b2bpic.net/free-vector/plumbing-icons-composition-flat_98292-1526.jpg?_wi=1" },
{ id: "2", title: "Leak Detection", author: "All American Team", description: "Advanced diagnostic tools to find hidden leaks.", tags: ["Diagnosis"], imageSrc: "http://img.b2bpic.net/free-vector/25-plumber-line-icon-pack-vector-icons-illustration_1142-19381.jpg" },
{ id: "3", title: "Sewer Repair", author: "All American Team", description: "Professional sewer line cleaning and restoration.", tags: ["Infrastructure"], imageSrc: "http://img.b2bpic.net/free-vector/20-plumber-solid-glyph-icon-pack-like-plumber-industrial-plumbing-drain-sink_1142-19315.jpg" },
]}
@@ -96,8 +96,8 @@ export default function LandingPage() {
membersAnimation="slide-up"
members={[
{ id: "t1", name: "Licensed Professionals", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-plumbing-company-logo_742173-6834.jpg", imageAlt: "Hand drawn plumbing company logo" },
{ id: "t2", name: "Sewer Specialists", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg", imageAlt: "Hand drawn plumbing company logo" },
{ id: "t3", name: "Tiling & Finishing", imageSrc: "http://img.b2bpic.net/free-vector/plumbing-icons-composition-flat_98292-1526.jpg", imageAlt: "Hand drawn plumbing company logo" },
{ id: "t2", name: "Sewer Specialists", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg?_wi=2", imageAlt: "Hand drawn plumbing company logo" },
{ id: "t3", name: "Tiling & Finishing", imageSrc: "http://img.b2bpic.net/free-vector/plumbing-icons-composition-flat_98292-1526.jpg?_wi=2", imageAlt: "Hand drawn plumbing company logo" },
]}
memberVariant="card"
/>