From f669ef09658409a9a611f25587f3aa346e6dae5e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 23:01:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 89 ++++++++++++------------------------------------ 1 file changed, 21 insertions(+), 68 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7cf9990..d74cd0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; const navItems = [ { name: "Home", id: "/" }, @@ -67,7 +66,7 @@ export default function HomePage() { { text: "Talk to Ryan Directly", href: "/contact" }, ]} background={{ variant: "plain" }} - imageSrc="https://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg?_wi=1" + imageSrc="https://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg" imageAlt="Cinematic drone shot of a luxury home roof replacement at golden hour." mediaAnimation="opacity" frameStyle="card" @@ -100,26 +99,14 @@ export default function HomePage() {