Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 063936be9b | |||
| b2d5091ebb | |||
| adc3807fe6 | |||
| acf5e935b7 |
@@ -10,7 +10,6 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
|
|||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -63,14 +62,6 @@ export default function LandingPage() {
|
|||||||
{ text: "Call Now", href: "tel:0896026258" },
|
{ text: "Call Now", href: "tel:0896026258" },
|
||||||
{ text: "Email Us", href: "mailto:eoinflynnplumbing@gmail.com" }
|
{ 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={[
|
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/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/wrench-screwdriver-hammer_1048-2478.jpg", alt: "Wrench, screwdriver and hammer" },
|
||||||
@@ -122,24 +113,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="faq" data-section="faq">
|
||||||
<FaqBase
|
<FaqBase
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
@@ -194,4 +167,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user