From a3aa3172696189575641c35c2a2fb0af949ba574 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 17:39:46 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee34e76..d982e9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { ArrowDown, CheckCircle, Clock, Droplets, Filter, Flame, Settings, Shield, Star, Wrench, Zap } from "lucide-react"; +import { Clock, Droplets, Flame, Shield, Star, Wrench, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -57,23 +57,23 @@ export default function LandingPage() { testimonials={[ { name: "Alex R.", handle: "@alexr", testimonial: "Julian arrived in under an hour and fixed the leak perfectly. True professional.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/real-pro-plumber-working-at-home_23-2148421345.jpg?w=400", imageAlt: "professional plumber at work"}, + imageSrc: "https://img.b2bpic.net/free-photo/plumber-tightening-pipe-fitting_23-2148421499.jpg?w=400", imageAlt: "plumber tightening pipe"}, { name: "Sarah K.", handle: "@sarahk", testimonial: "Transparent pricing and excellent work. Will call him again.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/plumber-inspecting-pipes-in-basement_23-2148421322.jpg?w=400", imageAlt: "plumber checking home pipes"}, + imageSrc: "https://img.b2bpic.net/free-photo/close-up-of-pipe-wrenches-and-tools_23-2148421355.jpg?w=400", imageAlt: "plumbing tools"}, { name: "Michael B.", handle: "@michaelb", testimonial: "The best plumbing service I've ever experienced in the city.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/man-repairing-sink-in-kitchen_23-2148421456.jpg?w=400", imageAlt: "plumber fixing kitchen sink"}, + imageSrc: "https://img.b2bpic.net/free-photo/plumber-fixing-kitchen-sink_23-2148421466.jpg?w=400", imageAlt: "repairing sink"}, ]} buttons={[ { text: "Book Emergency Service", href: "#contact"}, ]} - imageSrc="https://img.b2bpic.net/free-photo/professional-plumber-with-tools_23-2148421367.jpg?w=800" + imageSrc="https://img.b2bpic.net/free-photo/professional-plumber-working-at-home-sink_23-2148421388.jpg?w=800" mediaAnimation="slide-up" avatars={[ - { src: "https://img.b2bpic.net/free-photo/close-up-of-wrenches-and-tools_23-2148421411.jpg", alt: "professional tools" }, - { src: "https://img.b2bpic.net/free-photo/plumbing-parts-on-bench_23-2148421422.jpg", alt: "plumbing equipment" } + { src: "https://img.b2bpic.net/free-photo/wrench-and-pliers-close-up_23-2148421422.jpg", alt: "tools" }, + { src: "https://img.b2bpic.net/free-photo/copper-pipe-fittings_23-2148421415.jpg", alt: "plumbing parts" } ]} marqueeItems={[ { type: "text", text: "Licensed & Insured" }, @@ -109,7 +109,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Leak Repair", description: "Rapid response for all leaks.", media: { imageSrc: "https://img.b2bpic.net/free-photo/leaky-faucet-repair_23-2148421488.jpg?w=600", imageAlt: "repairing leaky faucet" }, + title: "Leak Repair", description: "Rapid response for all leaks.", media: { imageSrc: "https://img.b2bpic.net/free-photo/leaky-faucet-repair-tools_23-2148421490.jpg?w=600", imageAlt: "repairing leaky faucet" }, items: [ { icon: Droplets, text: "Emergency patches" }, { icon: Wrench, text: "Pipe replacement" } @@ -117,7 +117,7 @@ export default function LandingPage() { reverse: false, }, { - title: "Water Heater", description: "Keep your water running hot.", media: { imageSrc: "https://img.b2bpic.net/free-photo/water-heater-maintenance_23-2148421500.jpg?w=600", imageAlt: "water heater service" }, + title: "Water Heater", description: "Keep your water running hot.", media: { imageSrc: "https://img.b2bpic.net/free-photo/plumber-checking-water-heater-tank_23-2148421505.jpg?w=600", imageAlt: "water heater service" }, items: [ { icon: Flame, text: "Tank flushing" }, { icon: Zap, text: "Element check" } @@ -134,9 +134,9 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From abd3bbe52b6303324843eb501dc8824048fd7070 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 17:39:46 +0000 Subject: [PATCH 2/2] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index aa7fd03..c719d19 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-montserrat), sans-serif; + font-family: var(--font-inter), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-montserrat), sans-serif; + font-family: var(--font-dm-sans), sans-serif; } -- 2.49.1