diff --git a/src/app/page.tsx b/src/app/page.tsx index 30d2f48..ea4cc64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Mail, Phone } from "lucide-react"; export default function LandingPage() { const handleEmailCall = () => { @@ -64,6 +63,7 @@ export default function LandingPage() { description="Comprehensive web solutions tailored for the modern era." animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} features={[ { id: "1", title: "Website Design", descriptions: ["Custom, high-conversion designs built from scratch."], @@ -85,6 +85,7 @@ export default function LandingPage() {