diff --git a/src/app/page.tsx b/src/app/page.tsx
index cd4c023..0623105 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -55,39 +47,23 @@ export default function LandingPage() {
description="The plumber others trust, even on Christmas Day. When Elliott had an emergency on the holiday, we answered the call—just like we do for every homeowner who needs a reliable fix."
buttons={[
{
- text: "Call Now",
- href: "tel:5550123",
- },
+ text: "Call Now", href: "tel:5550123"},
{
- text: "Book Emergency Service",
- href: "#contact",
- },
+ text: "Book Emergency Service", href: "#contact"},
]}
slides={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=1",
- imageAlt: "Professional plumbing service",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", imageAlt: "Professional plumbing service"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=2",
- imageAlt: "Emergency repair services",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", imageAlt: "Emergency repair services"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=3",
- imageAlt: "Trusted plumbing experts",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", imageAlt: "Trusted plumbing experts"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=4",
- imageAlt: "Residential plumbing fix",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", imageAlt: "Residential plumbing fix"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=5",
- imageAlt: "Professional tools in use",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", imageAlt: "Professional tools in use"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=6",
- imageAlt: "24/7 service on call",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", imageAlt: "24/7 service on call"},
]}
/>
@@ -99,23 +75,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "24/7 Emergency Response",
- description: "No waiting for business hours when your home is flooding.",
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=7",
- imageAlt: "Emergency response icon",
- },
+ title: "24/7 Emergency Response", description: "No waiting for business hours when your home is flooding.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", imageAlt: "Emergency response icon"},
{
- title: "Holiday Coverage",
- description: "We are ready to fix critical issues, even on Christmas Day.",
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=8",
- imageAlt: "Holiday service icon",
- },
+ title: "Holiday Coverage", description: "We are ready to fix critical issues, even on Christmas Day.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", imageAlt: "Holiday service icon"},
{
- title: "Reliable Arrival Times",
- description: "Know exactly when our licensed professional will arrive at your door.",
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg?_wi=9",
- imageAlt: "Prompt service icon",
- },
+ title: "Reliable Arrival Times", description: "Know exactly when our licensed professional will arrive at your door.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140362.jpg", imageAlt: "Prompt service icon"},
]}
title="Available When You Need Us Most"
description="We don't watch the clock, and we don't watch the calendar. From Christmas emergencies to after-hours leaks, we provide the same professional care regardless of the date."
@@ -128,36 +92,23 @@ export default function LandingPage() {
title="Contractor-Grade Reliability"
buttons={[
{
- text: "Why Contractors Choose Us",
- href: "#",
- },
+ text: "Why Contractors Choose Us", href: "#"},
]}
/>
@@ -232,29 +162,19 @@ export default function LandingPage() {
logoText="Full Force Plumbing"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "#",
- },
+ label: "About", href: "#"},
{
- label: "Services",
- href: "#",
- },
+ label: "Services", href: "#"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Emergency Info",
- href: "#emergency",
- },
+ label: "Emergency Info", href: "#emergency"},
],
},
]}