Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-17 17:06:52 +00:00

View File

@@ -49,40 +49,11 @@ export default function LandingPage() {
<HeroOverlayTestimonial
title="Expert Boiler & Plumbing Services for Your Home"
description="Egan and Sons provides professional heating, plumbing, and property maintenance with a focus on safety, efficiency, and reliability. Serving our community for over 20 years."
testimonials={[
{
name: "John Doe", handle: "@johndoe", testimonial: "Excellent service and very punctual. Fixed our boiler in no time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg?_wi=1"},
{
name: "Jane Smith", handle: "@janesmith", testimonial: "Professional and clean work. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-shopping-list-home-kitchen-together_23-2149087124.jpg?_wi=1"},
{
name: "Mike Brown", handle: "@mikebrown", testimonial: "Reliable plumbing services. Will use again.", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-her-wife-sitting-sofa-with-book_23-2147901503.jpg?_wi=1"},
{
name: "Alice Green", handle: "@aliceg", testimonial: "Knowledgeable and polite staff. Handled our radiator issues perfectly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1"},
{
name: "Robert Kent", handle: "@rkent", testimonial: "Top-tier maintenance work. My heating system has never been better.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-two-businessman-with-folder-clipboard_23-2147839930.jpg?_wi=1"},
]}
buttons={[
{
text: "Book an Inspection", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/classical-background-house-bath-interior_1203-5614.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", alt: "satisfied client 1"},
{
src: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg", alt: "satisfied client 2"},
{
src: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", alt: "satisfied client 3"},
{
src: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", alt: "satisfied client 4"},
{
src: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891531.jpg", alt: "satisfied client 5"},
]}
/>
</div>
@@ -235,4 +206,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}