From a0b920fab939416aa01b179669acb53ef8fcee86 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 11:42:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ca4e8b..f4e0ad8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,17 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import { BarChart, Camera, TrendingUp, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -62,6 +57,7 @@ export default function LandingPage() { description={[ "Founded on the principles of precision and innovation, we redefine the agency landscape.", "Our approach blends deep data analytics with bold creative storytelling to ensure your brand resonates.", "We are not just a service provider; we are your strategic partner in growth." ]} + useInvertedBackground={false} /> @@ -71,6 +67,8 @@ export default function LandingPage() { description="We combine aesthetic excellence with data-backed performance." tag="Social Media Agency" animationType="blur-reveal" + textboxLayout="default" + useInvertedBackground={false} features={[ { id: "s1", title: "Strategy Development", description: "Custom roadmaps for high-growth digital dominance.", tag: "Strategy", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg" @@ -89,6 +87,9 @@ export default function LandingPage() { @@ -99,6 +100,7 @@ export default function LandingPage() { buttons={[ { text: "Contact Us", href: "mailto:hello@agencyelite.com" }, ]} + useInvertedBackground={false} /> -- 2.49.1