Update src/app/page.tsx
This commit is contained in:
@@ -11,6 +11,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Award, Wrench, TrendingUp, Star, Clock, Shield } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
const handlePhoneCall = (phoneNumber: string) => {
|
||||
window.location.href = `tel:${phoneNumber}`;
|
||||
@@ -47,7 +48,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Call (305) 273-8788", onClick: () => handlePhoneCall("(305)273-8788")
|
||||
text: "Call (305) 273-8788", onClick: () => handlePhoneCall("(305) 273-8788")
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
className="bg-white shadow-sm"
|
||||
@@ -65,7 +66,7 @@ export default function LandingPage() {
|
||||
tagIcon={Award}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Call Now – (305) 273-8788", onClick: () => handlePhoneCall("(305)273-8788") },
|
||||
{ text: "Call Now – (305) 273-8788", onClick: () => handlePhoneCall("(305) 273-8788") },
|
||||
{ text: "Request a Free Estimate", onClick: handleEstimateRequest }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg?_wi=1"
|
||||
@@ -90,7 +91,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 1,
|
||||
tag: "24/7 Emergency", title: "Emergency Plumbing", subtitle: "Available around the clock", description: "Need urgent plumbing help? Our emergency team responds quickly to leaks, burst pipes, and other critical issues. Same-day service available.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", imageAlt: "Emergency plumbing service", buttons: [
|
||||
{ text: "Call Now", onClick: () => handlePhoneCall("(305)273-8788") }
|
||||
{ text: "Call Now", onClick: () => handlePhoneCall("(305) 273-8788") }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -108,7 +109,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 4,
|
||||
tag: "Installation & Repair", title: "Water Heater Service", subtitle: "Hot water when you need it", description: "From repairs to full replacements, we service all water heater types. Professional installation ensures optimal performance and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Water heater installation and repair", buttons: [
|
||||
{ text: "Call Now", onClick: () => handlePhoneCall("(305)273-8788") }
|
||||
{ text: "Call Now", onClick: () => handlePhoneCall("(305) 273-8788") }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -225,7 +226,7 @@ export default function LandingPage() {
|
||||
title="Get Same-Day Plumbing Service Now – (305) 273-8788"
|
||||
description="Our experienced technicians are ready to solve your plumbing problems right now. Call (305) 273-8788 for fast, professional, and affordable plumbing solutions. Same-day service available."
|
||||
buttons={[
|
||||
{ text: "Call (305) 273-8788 Now", onClick: () => handlePhoneCall("(305)273-8788") }
|
||||
{ text: "Call (305) 273-8788 Now", onClick: () => handlePhoneCall("(305) 273-8788") }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
className="py-20 md:py-28 bg-blue-600 text-white"
|
||||
@@ -279,7 +280,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: (305) 273-8788", onClick: () => handlePhoneCall("(305)273-8788") },
|
||||
{ label: "Call: (305) 273-8788", onClick: () => handlePhoneCall("(305) 273-8788") },
|
||||
{ label: "12225 SW 128th St Unit #111", href: "#" },
|
||||
{ label: "Miami, FL 33186", href: "#" },
|
||||
{ label: "Open – Closes 5 PM", href: "#" }
|
||||
|
||||
Reference in New Issue
Block a user