6 Commits

Author SHA1 Message Date
35bb72d2a1 Update src/app/page.tsx 2026-03-19 22:15:17 +00:00
18d2719125 Merge version_8 into main
Merge version_8 into main
2026-03-19 22:11:25 +00:00
39f546f8bd Update src/app/page.tsx 2026-03-19 22:11:21 +00:00
4bf76a19ad Merge version_5 into main
Merge version_5 into main
2026-03-19 21:51:32 +00:00
e7139efb51 Update src/app/page.tsx 2026-03-19 21:51:28 +00:00
41bd678b8b Merge version_4 into main
Merge version_4 into main
2026-03-19 21:48:37 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{ type: "text-icon", text: "24/7 Available", icon: Clock24 },
{ type: "text-icon", text: "100% Satisfaction", icon: Check }
]}
showMarqueeCard={true}
showMarqueeCard={false}
marqueeSpeed={30}
buttons={[
{ text: "Call Now", href: "tel:480-702-6165" },
@@ -110,6 +110,17 @@ export default function LandingPage() {
tagIcon={Wrench}
tagAnimation="slide-up"
features={[
{
title: "Emergency Plumbing Services", description: "24/7 emergency response for urgent plumbing situations", icon: Phone,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=1", imageAlt: "Emergency plumbing response"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=2", imageAlt: "Quick emergency service"
}
]
},
{
title: "Water Heater Repair & Installation", description: "Tank and tankless water heater services for reliable hot water", icon: Droplet,
mediaItems: [
@@ -164,17 +175,6 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-bathtub-double-sink-vanity-smart-home-technology_9975-33078.jpg?_wi=5", imageAlt: "Professional toilet installation"
}
]
},
{
title: "Emergency Plumbing Services", description: "24/7 emergency response for urgent plumbing situations", icon: Phone,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=1", imageAlt: "Emergency plumbing response"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=2", imageAlt: "Quick emergency service"
}
]
}
]}
animationType="slide-up"