From 8bc29133d836381953e025e3e08ec3d9e80ab9da Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 09:54:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1449bec..a7c0ccd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,16 +3,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import AboutMetric from '@/components/sections/about/AboutMetric'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, CheckCircle, Shield, Home, Wrench, Briefcase, Ruler, Mail, Building, MapPin } from "lucide-react"; +import { Award, CheckCircle, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -73,6 +71,7 @@ export default function LandingPage() { title="Our Specialized Services" description="Expert construction services tailored to your specific needs." textboxLayout="default" + useInvertedBackground={false} features={Array(8).fill({ title: "General Contracting", description: "High quality build services for all property types.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equipment-used-apartment-renovation_23-2149278635.jpg?_wi=2" })} /> @@ -102,6 +101,7 @@ export default function LandingPage() { ratingAnimation="blur-reveal" avatarsAnimation="slide-up" useInvertedBackground={false} + avatars={[{ src: "https://avatar.vercel.sh/sarah", alt: "Sarah Miller" }]} />