Merge version_1 into main #1
302
src/app/page.tsx
302
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D4eko5gqqI8O270RiewnVraFiI/uploaded-1778069962523-7goorgtw.png"
|
||||
brandName="Eoin Flynn"
|
||||
@@ -54,114 +42,41 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Cork's Trusted Heating & Plumbing Experts"
|
||||
description="Professional, reliable, and premium plumbing services across Midleton and Cork. From emergency repairs to full system installations, we get it done right the first time."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pipe-wrench-left-side-wooden-background-with-copy-space_141793-15202.jpg",
|
||||
imageAlt: "industrial pipe fitting dark background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg",
|
||||
imageAlt: "boiler maintenance service technical",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg",
|
||||
imageAlt: "leak detection plumbing service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-near-heater_23-2149308962.jpg",
|
||||
imageAlt: "radiator installation expert work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg",
|
||||
imageAlt: "industrial pipe fitting dark background",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-pipe-wrench-left-side-wooden-background-with-copy-space_141793-15202.jpg", imageAlt: "industrial pipe fitting dark background" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", imageAlt: "boiler maintenance service technical" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "leak detection plumbing service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-near-heater_23-2149308962.jpg", imageAlt: "radiator installation expert work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg", imageAlt: "industrial pipe fitting dark background" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg",
|
||||
imageAlt: "leak detection plumbing service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-photo-thoughtful-entrepreneur-nightwear-makes-notes-working-plan-notepad-looks-pensively-aside-stands-spacious-room-near-window_273609-19062.jpg",
|
||||
imageAlt: "radiator installation expert work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/storehouse_1127-3287.jpg",
|
||||
imageAlt: "industrial pipe fitting dark background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg",
|
||||
imageAlt: "boiler maintenance service technical",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746295.jpg",
|
||||
imageAlt: "leak detection plumbing service",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg", imageAlt: "leak detection plumbing service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-length-photo-thoughtful-entrepreneur-nightwear-makes-notes-working-plan-notepad-looks-pensively-aside-stands-spacious-room-near-window_273609-19062.jpg", imageAlt: "radiator installation expert work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/storehouse_1127-3287.jpg", imageAlt: "industrial pipe fitting dark background" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg", imageAlt: "boiler maintenance service technical" },
|
||||
{ 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",
|
||||
href: "tel:0896026258",
|
||||
},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:eoinflynnplumbing@gmail.com",
|
||||
},
|
||||
{ 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",
|
||||
},
|
||||
{ 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",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-141.jpg",
|
||||
alt: "steel pipelines and cables in a plant",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/water-gas-pipe-engineering-filtered-image-processed-vintage-effect_1232-4929.jpg",
|
||||
alt: "Water and gas pipe engineering",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-15297.jpg",
|
||||
alt: "Photo of wall texture pattern",
|
||||
},
|
||||
{ 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" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-141.jpg", alt: "steel pipelines and cables in a plant" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/water-gas-pipe-engineering-filtered-image-processed-vintage-effect_1232-4929.jpg", alt: "Water and gas pipe engineering" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-15297.jpg", alt: "Photo of wall texture pattern" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -182,24 +97,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Boiler Service & Repair",
|
||||
description: "Keep your home warm with our expert boiler inspection and repair service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg",
|
||||
imageAlt: "Boiler service",
|
||||
},
|
||||
{
|
||||
title: "General Plumbing",
|
||||
description: "From leaky taps to major pipe repairs, we handle all residential needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg",
|
||||
imageAlt: "General plumbing",
|
||||
},
|
||||
{
|
||||
title: "System Upgrades",
|
||||
description: "Modernize your home heating setup with our energy-efficient systems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg",
|
||||
imageAlt: "Heating system",
|
||||
},
|
||||
{ title: "Boiler Service & Repair", description: "Keep your home warm with our expert boiler inspection and repair service.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg", imageAlt: "Boiler service" },
|
||||
{ title: "General Plumbing", description: "From leaky taps to major pipe repairs, we handle all residential needs.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", imageAlt: "General plumbing" },
|
||||
{ title: "System Upgrades", description: "Modernize your home heating setup with our energy-efficient systems.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg", imageAlt: "Heating system" }
|
||||
]}
|
||||
title="Comprehensive Heating & Plumbing Solutions"
|
||||
description="We offer a full spectrum of maintenance and installation services tailored to your property's unique requirements."
|
||||
@@ -213,21 +113,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100+",
|
||||
description: "Successfully Completed Jobs in 2024",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "24/7",
|
||||
description: "Available for Emergency Assistance",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
description: "Client Satisfaction Guarantee",
|
||||
},
|
||||
{ id: "1", value: "100+", description: "Successfully Completed Jobs in 2024" },
|
||||
{ id: "2", value: "24/7", description: "Available for Emergency Assistance" },
|
||||
{ id: "3", value: "100%", description: "Client Satisfaction Guarantee" }
|
||||
]}
|
||||
title="The Flynn Standard"
|
||||
description="Quality-driven results that speak for themselves."
|
||||
@@ -236,50 +124,16 @@ export default function LandingPage() {
|
||||
|
||||
<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",
|
||||
},
|
||||
{ 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."
|
||||
@@ -291,21 +145,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer emergency call-outs?",
|
||||
content: "Yes, we are available for emergency plumbing situations.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What areas in Cork do you serve?",
|
||||
content: "We primarily serve Midleton and the surrounding Cork regions.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How can I book a quote?",
|
||||
content: "Simply email or call us using the contact details provided.",
|
||||
},
|
||||
{ id: "1", title: "Do you offer emergency call-outs?", content: "Yes, we are available for emergency plumbing situations." },
|
||||
{ id: "2", title: "What areas in Cork do you serve?", content: "We primarily serve Midleton and the surrounding Cork regions." },
|
||||
{ id: "3", title: "How can I book a quote?", content: "Simply email or call us using the contact details provided." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Information about our booking and service procedures."
|
||||
@@ -319,31 +161,11 @@ export default function LandingPage() {
|
||||
title="Get in Touch Today"
|
||||
description="Ready to fix that heating issue or need a routine service? Reach out to Eoin Flynn Plumbing & Heating today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Describe your plumbing or heating needs...",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Describe your plumbing or heating needs...", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -354,31 +176,17 @@ export default function LandingPage() {
|
||||
logoText="Eoin Flynn Plumbing"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Heating",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Plumbing",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
title: "Services", items: [
|
||||
{ label: "Heating", href: "#services" },
|
||||
{ label: "Plumbing", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "089 602 6258",
|
||||
href: "tel:0896026258",
|
||||
},
|
||||
{
|
||||
label: "eoinflynnplumbing@gmail.com",
|
||||
href: "mailto:eoinflynnplumbing@gmail.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "089 602 6258", href: "tel:0896026258" },
|
||||
{ label: "eoinflynnplumbing@gmail.com", href: "mailto:eoinflynnplumbing@gmail.com" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Eoin Flynn Plumbing & Heating. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user