diff --git a/src/app/page.tsx b/src/app/page.tsx index f59d3aa..57c63d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Star, ThumbsUp } from "lucide-react"; +import { Award, Star, ThumbsUp, Wrench, ShieldCheck, PhoneCall, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -44,30 +44,30 @@ export default function LandingPage() {
@@ -96,21 +96,21 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" team={[ - { id: "1", name: "24/7 Support", role: "We're always ready to help." }, - { id: "2", name: "Qualified Engineers", role: "Highly trained drainage professionals." }, - { id: "3", name: "Transparent Pricing", role: "No hidden fees, ever." }, + { id: "1", name: "Reliability", role: "Round-the-clock availability for all drainage emergencies." }, + { id: "2", name: "Professionalism", role: "Certified experts with decades of combined industry experience." }, + { id: "3", name: "Transparency", role: "No hidden fees. We provide clear quotes before starting any work." }, ]} - title="Why Choose Us?" - description="247 Drain Unblocking stands for reliability, expert skill, and honest service." + title="The 247 Commitment" + description="Our mission is simple: to provide London with fast, professional, and honest drainage service that you can rely on every single day." useInvertedBackground={false} />
@@ -136,8 +136,8 @@ export default function LandingPage() {
console.log("User inquiry:", email)} @@ -149,16 +149,23 @@ export default function LandingPage() { logoText="247 Drain Unblocking" columns={[ { - title: "Contact Info", items: [ - { label: "02080872354", href: "tel:02080872354" }, - { label: "Info@drainunblocking247.co.uk", href: "mailto:Info@drainunblocking247.co.uk" }, + title: "Contact", items: [ + { label: "Phone: 02080872354", href: "tel:02080872354" }, + { label: "Email: Info@drainunblocking247.co.uk", href: "mailto:Info@drainunblocking247.co.uk" }, ], }, + { + title: "Services", items: [ + { label: "Emergency Unblocking", href: "#services" }, + { label: "CCTV Surveys", href: "#services" }, + { label: "Pipe Repairs", href: "#services" }, + ], + } ]} - copyrightText="© 2025 247 Drain Unblocking. All rights reserved." + copyrightText="© 2025 247 Drain Unblocking. Serving Greater London 24/7." />
); -} +} \ No newline at end of file