3 Commits

Author SHA1 Message Date
8e8fa87523 Merge version_3 into main
Merge version_3 into main
2026-05-06 12:22:54 +00:00
063936be9b Update src/app/page.tsx 2026-05-06 12:22:51 +00:00
b2d5091ebb Merge version_2 into main
Merge version_2 into main
2026-05-06 12:21:52 +00:00

View File

@@ -10,7 +10,6 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
export default function LandingPage() {
return (
@@ -60,17 +59,9 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746295.jpg", imageAlt: "leak detection plumbing service" }
]}
buttons={[
{ text: "Call Now (Urgent Help)", href: "tel:0896026258" },
{ text: "Call Now", href: "tel:0896026258" },
{ text: "Email Us", href: "mailto:eoinflynnplumbing@gmail.com" }
]}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/flexible-connector-different-wrenches_23-2147772264.jpg", alt: "Flexible connector and different wrenches" },
{ src: "http://img.b2bpic.net/free-photo/top-view-international-worker-s-day-with-engineer-tools_23-2150269664.jpg", alt: "Top view international worker's day with engineer tools" },
{ src: "http://img.b2bpic.net/free-photo/mechanical-wrench-desk_23-2148557960.jpg", alt: "Mechanical wrench on desk" },
{ src: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-498.jpg", alt: "Architectural blueprints." },
{ src: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", alt: "Top view of man sitting on floor with tap" }
]}
avatarText="Trusted by local households"
marqueeItems={[
{ type: "image", src: "http://img.b2bpic.net/free-photo/kitchen-utensils-stainless-steel_93675-135603.jpg", alt: "Kitchen utensils stainless steel" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/wrench-screwdriver-hammer_1048-2478.jpg", alt: "Wrench, screwdriver and hammer" },
@@ -122,24 +113,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="one-large-right-three-stacked-left"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "John Murphy", role: "Homeowner", company: "Midleton", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086831.jpg" },
{ id: "2", name: "Sarah O'Brien", role: "Local Business Owner", company: "Cork", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg" },
{ id: "3", name: "David Walsh", role: "Property Manager", company: "Cork", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sad-young-male-builder-wearing-uniform-safety-helmet-thumb-up-down-pink_141793-74585.jpg" },
{ id: "4", name: "Claire Roche", role: "Resident", company: "Midleton", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-selfie-showing-thumb-up_23-2148056111.jpg" },
{ id: "5", name: "Liam Kelly", role: "Homeowner", company: "Cork", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-guests-host_23-2149986642.jpg" }
]}
title="What Our Cork Clients Say"
description="Trusted by hundreds of homeowners across Midleton and beyond."
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="split"