4 Commits

Author SHA1 Message Date
839ecc5720 Update src/app/page.tsx 2026-03-31 16:39:52 +00:00
564ba07fdf Merge version_1 into main
Merge version_1 into main
2026-03-31 16:36:39 +00:00
558113f98e Merge version_1 into main
Merge version_1 into main
2026-03-31 16:36:15 +00:00
833714fd86 Merge version_1 into main
Merge version_1 into main
2026-03-31 16:35:41 +00:00

View File

@@ -104,9 +104,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "1", name: "Honest, No-Upsell Pricing", price: "Fair", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=8" },
{ id: "2", name: "Local Since 1980", price: "40+ Years", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg?_wi=2" },
{ id: "3", name: "24/7 Emergency Support", price: "Always", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=9" },
{ id: "1", name: "Honest, No-Upsell Pricing", price: "Fair", imageSrc: "http://img.b2bpic.net/free-photo/house-key-wooden-table_23-2148216377.jpg" },
{ id: "2", name: "Local Since 1980", price: "40+ Years", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-smiling-holding-hands_1074-206686.jpg" },
{ id: "3", name: "24/7 Emergency Support", price: "Always", imageSrc: "http://img.b2bpic.net/free-photo/emergency-plumbing-tools_23-2149174523.jpg" },
]}
title="Why Lehigh Acres Chooses Katz"
description="We are a family-owned business, not a big corporate chain. You get honest advice from Pete Katz himself, managed with professional care."
@@ -117,11 +117,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Marc W.", imageSrc: "http://img.b2bpic.net/free-photo/funny-african-man-with-bushy-curly-hair-blinking-his-eye-having-warm-broad-smile_273609-14063.jpg?_wi=1" },
{ id: "2", name: "Kathleen S.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-happy-woman-smiling-camera_197531-32299.jpg" },
{ id: "3", name: "Crystal C.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-male-with-afro-hairstyle-keeps-hand-head-laughs-as-has-fun_273609-8514.jpg" },
{ id: "4", name: "Ralph C.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rejoicing-woman-eats-tasty-croissant-home-unhealthy-food-concept_1153-6391.jpg" },
{ id: "5", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/funny-african-man-with-bushy-curly-hair-blinking-his-eye-having-warm-broad-smile_273609-14063.jpg?_wi=2" },
{ id: "1", name: "Marc W.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-man-holding-wrench_1098-18543.jpg" },
{ id: "2", name: "Kathleen S.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-plumbing-bill_197531-15520.jpg" },
{ id: "3", name: "Crystal C.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-kitchen_1153-6254.jpg" },
{ id: "4", name: "Ralph C.", imageSrc: "http://img.b2bpic.net/free-photo/older-gentleman-smiling_1098-21456.jpg" },
{ id: "5", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-living-room_1153-6250.jpg" },
]}
cardTitle="What Your Neighbors Say"
cardTag="Trusted Local Service"
@@ -142,7 +142,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=10"
imageSrc="http://img.b2bpic.net/free-photo/plumbing-service-van-street_1098-19562.jpg"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Our Services", href: "#services" }] },
{ title: "Contact", items: [{ label: "(239) 555-0123", href: "tel:2395550123" }, { label: "Emergency Support", href: "#" }] },
@@ -154,4 +154,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}