Compare commits

1 Commits

Author SHA1 Message Date
0732704a75 Bob AI: fix build errors (attempt 1) 2026-02-24 02:25:44 +00:00

View File

@@ -64,9 +64,9 @@ export default function LandingPage() {
imageAlt="Professional plumber fixing a pipe in a residential home"
mediaAnimation="slide-up"
marqueeItems={[
{ type: "text", text: "24/7 Emergency Service", icon: Clock },
{ type: "text", text: "Same-Day Service Available", icon: Calendar },
{ type: "text", text: "Free Estimates", icon: DollarSign }
{ type: "text", text: "24/7 Emergency Service" },
{ type: "text", text: "Same-Day Service Available" },
{ type: "text", text: "Free Estimates" }
]}
marqueeSpeed={30}
showMarqueeCard={true}