From 95f28c705553c46ec2092bbcd4a0f912165b8034 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 00:53:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 207 +++++++++++------------------------------------ 1 file changed, 47 insertions(+), 160 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 567feea..0ee3b21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { CheckCircle, Trophy, Users } from "lucide-react"; +import { CheckCircle, Trophy, Users, Wrench, Faucet, Thermometer, Droplet } from "lucide-react"; export default function LandingPage() { return ( @@ -33,29 +33,17 @@ export default function LandingPage() { @@ -64,17 +52,14 @@ export default function LandingPage() {
@@ -244,35 +172,17 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq1", - title: "What are your operating hours?", - content: "We offer 24-hour emergency plumbing and drainage services. Our standard business hours for non-emergency appointments are Monday to Friday, 8 AM to 5 PM.", - }, + id: "faq1", title: "What are your operating hours?", content: "We offer 24-hour emergency plumbing and drainage services. Our standard business hours for non-emergency appointments are Monday to Friday, 8 AM to 5 PM."}, { - id: "faq2", - title: "Do you provide free estimates?", - content: "Yes, we offer free, no-obligation estimates for most of our plumbing and drainage services. Contact us to schedule an appointment.", - }, + id: "faq2", title: "Do you provide free estimates?", content: "Yes, we offer free, no-obligation estimates for most of our plumbing and drainage services. Contact us to schedule an appointment."}, { - id: "faq3", - title: "Are your technicians licensed and insured?", - content: "Absolutely. All our technicians are fully licensed, certified, and insured, ensuring professional and reliable service every time.", - }, + id: "faq3", title: "Are your technicians licensed and insured?", content: "Absolutely. All our technicians are fully licensed, certified, and insured, ensuring professional and reliable service every time."}, { - id: "faq4", - title: "What payment methods do you accept?", - content: "We accept all major credit cards, debit cards, and bank transfers. Payment plans may be available for larger projects.", - }, + id: "faq4", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, and bank transfers. Payment plans may be available for larger projects."}, { - id: "faq5", - title: "How quickly can you respond to an emergency?", - content: "Our emergency response team aims to be on-site within 60-90 minutes, depending on your location and traffic conditions.", - }, + id: "faq5", title: "How quickly can you respond to an emergency?", content: "Our emergency response team aims to be on-site within 60-90 minutes, depending on your location and traffic conditions."}, { - id: "faq6", - title: "Do you offer warranty on your services?", - content: "Yes, we stand behind our work. All our repair and installation services come with a comprehensive warranty for your peace of mind.", - }, + id: "faq6", title: "Do you offer warranty on your services?", content: "Yes, we stand behind our work. All our repair and installation services come with a comprehensive warranty for your peace of mind."}, ]} title="Frequently Asked Questions" description="Find quick answers to common questions about our services, pricing, and operational practices." @@ -284,20 +194,15 @@ export default function LandingPage() { @@ -310,49 +215,31 @@ export default function LandingPage() { { items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, ], }, { items: [ { - label: "FAQs", - href: "#faqs", - }, + label: "FAQs", href: "#faqs"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Emergency Service", - href: "tel:7704076487", - }, + label: "Emergency Service", href: "tel:7704076487"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Location", - href: "https://www.google.com/maps/dir/?api=1&destination=5591+Chamblee+Dunwoody+Rd+%23505,+Dunwoody,+GA+30338", - }, + label: "Location", href: "https://www.google.com/maps/dir/?api=1&destination=5591+Chamblee+Dunwoody+Rd+%23505,+Dunwoody,+GA+30338"}, ], }, ]}