diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9f002a0..81ea532 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,18 @@ export default function LandingPage() {
@@ -60,13 +53,9 @@ export default function LandingPage() {
description="Craftsmanship built on tradition. Serving Port Saint Lucie and the Treasure Coast with expert, licensed plumbing solutions. Done right, the first time."
buttons={[
{
- text: "Call Now",
- href: "tel:+17725551234",
- },
+ text: "Call Now", href: "tel:+17725551234"},
{
- text: "Our Services",
- href: "#services",
- },
+ text: "Our Services", href: "#services"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg"
@@ -91,34 +80,22 @@ export default function LandingPage() {
features={[
{
icon: Droplets,
- title: "Leak Detection",
- description: "Expert detection to prevent water damage.",
- },
+ title: "Leak Detection", description: "Expert detection to prevent water damage."},
{
icon: Droplets,
- title: "Bathroom & Kitchen",
- description: "Beautiful, functional installs and remodels.",
- },
+ title: "Bathroom & Kitchen", description: "Beautiful, functional installs and remodels."},
{
icon: Flame,
- title: "Water Heaters",
- description: "Tankless and traditional repair/replacement.",
- },
+ title: "Water Heaters", description: "Tankless and traditional repair/replacement."},
{
icon: Wrench,
- title: "Drain Cleaning",
- description: "Professional clearing to solve recurring issues.",
- },
+ title: "Drain Cleaning", description: "Professional clearing to solve recurring issues."},
{
icon: Home,
- title: "Repiping",
- description: "Modernizing home plumbing infrastructure.",
- },
+ title: "Repiping", description: "Modernizing home plumbing infrastructure."},
{
icon: AlertCircle,
- title: "24/7 Emergency",
- description: "Always here when you need us most.",
- },
+ title: "24/7 Emergency", description: "Always here when you need us most."},
]}
title="Full-Spectrum Plumbing Services"
description="Comprehensive residential and commercial plumbing tailored for the Treasure Coast community."
@@ -131,45 +108,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- title: "Excellent Service",
- quote: "Same day burst pipe fix. Professional, fast, and thorough. I won't call anyone else.",
- name: "Maria S.",
- role: "Port Saint Lucie",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
- },
+ id: "1", title: "Excellent Service", quote: "Same day burst pipe fix. Professional, fast, and thorough. I won't call anyone else.", name: "Maria S.", role: "Port Saint Lucie", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"},
{
- id: "2",
- title: "Honest Work",
- quote: "Finally a plumber who shows up on time and charges what they quoted. Incredible service.",
- name: "James T.",
- role: "Stuart",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg",
- },
+ id: "2", title: "Honest Work", quote: "Finally a plumber who shows up on time and charges what they quoted. Incredible service.", name: "James T.", role: "Stuart", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg"},
{
- id: "3",
- title: "Detail Oriented",
- quote: "Remodel job was flawless. They treated my home with immense respect.",
- name: "Linda R.",
- role: "Palm City",
- imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg",
- },
+ id: "3", title: "Detail Oriented", quote: "Remodel job was flawless. They treated my home with immense respect.", name: "Linda R.", role: "Palm City", imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg"},
{
- id: "4",
- title: "Lifesavers",
- quote: "Emergency service at midnight saved my floors. So grateful.",
- name: "David K.",
- role: "Vero Beach",
- imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg",
- },
+ id: "4", title: "Lifesavers", quote: "Emergency service at midnight saved my floors. So grateful.", name: "David K.", role: "Vero Beach", imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg"},
{
- id: "5",
- title: "Trustworthy",
- quote: "Been using them for years. Always the highest standard of work.",
- name: "Susan P.",
- role: "Fort Pierce",
- imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg",
- },
+ id: "5", title: "Trustworthy", quote: "Been using them for years. Always the highest standard of work.", name: "Susan P.", role: "Fort Pierce", imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg"},
]}
title="What Our Neighbors Say"
description="Authentic experiences from homeowners across the Treasure Coast."
@@ -180,14 +127,11 @@ export default function LandingPage() {
@@ -196,50 +140,31 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file