From 7be5433011fd99bcdb84fab06687ab4304a15c92 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 06:42:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97d5f46..236baff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactForm from '@/components/form/ContactForm'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; @@ -10,7 +9,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import { MapPin, Mail, Phone, Clock } from 'lucide-react'; export default function LandingPage() { return ( @@ -96,6 +94,7 @@ export default function LandingPage() { testimonial="Sunrise Construction delivered our project on time and within budget. Professionalism at its best!" rating={5} author="Robert & Sarah Jenkins" + avatars={[]} ratingAnimation="slide-up" avatarsAnimation="slide-up" useInvertedBackground={true} @@ -109,6 +108,7 @@ export default function LandingPage() { description="Contact us for a professional consultation and a competitive quote for your building needs." buttons={[{ text: "Call Us Today", href: "tel:+15551234567" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />