From 30d36ce595cf956a7c157ef18d27ba4506650fd7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:55:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 863a18e..032eedc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,6 +65,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} bulletPoints={[ + { + title: "Open 24/7", description: "Emergency plumbing repairs available anytime you need us", icon: Clock + }, { title: "4.9 ★ Google Rating", description: "338+ verified customer reviews proving our commitment to excellence", icon: Star }, @@ -79,9 +82,6 @@ export default function LandingPage() { }, { title: "Free Estimates", description: "No obligation quotes so you know costs upfront", icon: DollarSign - }, - { - title: "Open 24/7", description: "Emergency plumbing repairs available anytime you need us", icon: Clock } ]} imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg?_wi=1" @@ -214,7 +214,7 @@ export default function LandingPage() {