5 Commits

Author SHA1 Message Date
43eefd6f43 Update src/app/page.tsx 2026-05-17 17:07:19 +00:00
bde34901f6 Update src/app/page.tsx 2026-05-17 17:06:49 +00:00
460b7cb64e Merge version_3 into main
Merge version_3 into main
2026-05-17 17:03:31 +00:00
7fa76d4352 Update src/app/page.tsx 2026-05-17 17:03:28 +00:00
16f5b420ef Merge version_2 into main
Merge version_2 into main
2026-05-17 16:56:09 +00:00

View File

@@ -49,40 +49,12 @@ export default function LandingPage() {
<HeroOverlayTestimonial <HeroOverlayTestimonial
title="Expert Boiler & Plumbing Services for Your Home" 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." 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={[ 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={[ buttons={[
{ {
text: "Book an Inspection", href: "#contact"}, text: "Book an Inspection", href: "#contact"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/classical-background-house-bath-interior_1203-5614.jpg" 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> </div>
@@ -144,25 +116,25 @@ export default function LandingPage() {
<TestimonialCardThirteen <TestimonialCardThirteen
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
showRating={true}
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Fantastic response time during an emergency leak. True professionals.", rating: 5, id: "1", 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=2"}, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg?_wi=1"},
{ {
id: "2", name: "David W.", handle: "@david_w", testimonial: "Best service in town, honest and upfront pricing.", rating: 5, id: "2", 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=2"}, imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-shopping-list-home-kitchen-together_23-2149087124.jpg?_wi=1"},
{ {
id: "3", name: "Elena R.", handle: "@elena_r", testimonial: "Managed our boiler and tanks for years, always consistent.", rating: 5, id: "3", 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=2"}, imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-her-wife-sitting-sofa-with-book_23-2147901503.jpg?_wi=1"},
{ {
id: "4", name: "Mark L.", handle: "@mark_l", testimonial: "Professional team, left the place clean after work.", rating: 5, id: "4", 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=2"}, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1"},
{ {
id: "5", name: "Julia H.", handle: "@julia_h", testimonial: "Quick to schedule and efficient on-site work.", rating: 5, id: "5", 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=2"}, imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-two-businessman-with-folder-clipboard_23-2147839930.jpg?_wi=1"},
]} ]}
showRating={true}
title="Customer Stories" title="Customer Stories"
description="Read what our long-standing customers say about our work." description="Read what our long-standing customers say about our work."
/> />
@@ -235,4 +207,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }