Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { AlertCircle, Droplets, Home, Phone, Pipe, Wrench, Zap } from "lucide-react";
|
||||
import { AlertCircle, Droplets, Home, Phone, Wrench, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg"
|
||||
imageAlt="Professional plumber at work"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
title: "Leak Detection & Repair", description: "We quickly identify and fix leaks to prevent water damage and save you money on your water bill."
|
||||
},
|
||||
{
|
||||
icon: Pipe,
|
||||
icon: Wrench,
|
||||
title: "Drain Cleaning", description: "Professional drain cleaning services to keep your plumbing flowing smoothly and prevent backups."
|
||||
},
|
||||
{
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="centered"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg"
|
||||
imageAlt="Professional plumbing service"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user