From 0b4a7cffc4cfe8d00398b8fd69d47ac070b38583 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 21:28:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 106 +++++++++++++++++------------------------------ 1 file changed, 39 insertions(+), 67 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1bf347..016ee7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,46 +47,33 @@ export default function LandingPage() {
@@ -145,15 +126,15 @@ export default function LandingPage() {
@@ -166,24 +147,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Sparky Trade Services did an amazing job with our kitchen lighting upgrade. Very professional and tidy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg?_wi=2", imageAlt: "happy home owner portrait"}, + id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Professional, efficient, and very tidy. The best local electrician I've worked with.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg?_wi=2", imageAlt: "Client testimonial"}, { - id: "2", name: "Mark D.", handle: "@markd", testimonial: "Reliable and responsive. They sorted our electrical faults in record time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "professional client portrait"}, - { - id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "Friendly team, quality work. Would highly recommend for any home project.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-watching-video-laptop-looking-computer-screen-working-from-home-online_1258-199755.jpg", imageAlt: "homeowner portrait natural lighting"}, - { - id: "4", name: "David K.", handle: "@davidk", testimonial: "Exceptional service for our EV charger installation. Clean and efficient.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg", imageAlt: "smiling home owner satisfied"}, - { - id: "5", name: "Linda P.", handle: "@lindap", testimonial: "They take safety seriously and explain everything clearly. Great experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handymen-collaborating-plug-holes_23-2147743103.jpg", imageAlt: "residential service customer portrait"}, + id: "2", name: "Mark D.", handle: "@markd", testimonial: "Fixed our wiring faults fast. Truly professional service.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Client testimonial"}, ]} showRating={true} - title="Hear From Our Customers" - description="Trusted by local homeowners and businesses for professional electrical work." + title="What Our Clients Say" + description="Trusted throughout the local community for professional and reliable electrical services." />
@@ -193,14 +165,14 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", title: "Do you offer free quotes?", content: "Yes, we provide no-obligation quotes for all residential and commercial projects."}, + id: "1", title: "Do you offer emergency call-outs?", content: "Yes, we are available 24/7 for urgent electrical issues requiring immediate attention."}, { - id: "2", title: "Are you available after hours?", content: "We offer emergency assistance for critical electrical issues outside standard hours."}, + id: "2", title: "Can I get a free estimate?", content: "Absolutely, we provide free quotes for all residential and commercial project inquiries."}, { - id: "3", title: "What areas do you cover?", content: "We serve the entire local region and surrounding suburbs."}, + id: "3", title: "Are you licensed?", content: "Yes, all our work is carried out by fully qualified and insured electrical tradespeople."}, ]} title="Frequently Asked Questions" - description="Everything you need to know about our electrical services." + description="Everything you need to know about Sparky Trade Services." faqsAnimation="slide-up" /> @@ -210,10 +182,10 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "gradient-bars"}} - text="Looking for a reliable electrician for your home, renovation, or business? Get in touch today for a professional quote." + text="Need a reliable electrician for your home or business project? Call 027 556 9116 or get in touch for a free, no-obligation quote." buttons={[ { - text: "Call 027 556 9116", href: "tel:0275569116"}, + text: "Call Us Now", href: "tel:0275569116"}, ]} /> @@ -227,4 +199,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1