From af211a5466f424e3aa4a567352fa16c7b9d832fe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 17:40:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78e9262..fe7fba7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay/HeroOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import AboutMetric from '@/components/sections/about/AboutMetric'; @@ -42,27 +42,17 @@ export default function LandingPage() {
-
@@ -167,7 +157,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" members={[ { - id: "cedrick", name: "Cedrick Buchannon", role: "Owner & Lead Technician", description: "Experienced, licensed plumber with a commitment to honest work and clear communication. Treats every home like it's his own.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w6cc04", imageAlt: "Cedrick Buchannon, trusted local plumber" + id: "cedrick", name: "Cedrick Buchannon", role: "Owner & Lead Technician", description: "Experienced, licensed plumber with a commitment to honest work and clear communication. Treats every home like it's his own.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B7zAxjLv5Swlc8Q1RgP8uvwhr7/uploaded-1773855623714-h74jqxi0.png", imageAlt: "Cedrick Buchannon, trusted local plumber" } ]} buttons={[ @@ -183,7 +173,7 @@ export default function LandingPage() { rating={5} author="Sarah Johnson" avatars={[ - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gjtiak", alt: "Sarah Johnson" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B7zAxjLv5Swlc8Q1RgP8uvwhr7/uploaded-1773855623714-ugpui384.png", alt: "Sarah Johnson" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c2afoh", alt: "Michael Chen" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=slz94t", alt: "Emily Rodriguez" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qotyf9", alt: "David Kim" },