diff --git a/src/app/page.tsx b/src/app/page.tsx index 733d48e..fd1ed67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file