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() {