diff --git a/src/app/page.tsx b/src/app/page.tsx index cfc09b4..7b4dbca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow'; @@ -46,6 +45,8 @@ export default function LandingPage() { background={{ variant: "plain" }} imageSrc="https://img.b2bpic.net/free-vector/abstract-business-document-concept_114360-6395.jpg" imageAlt="Document preparation concept" + testimonials={[]} + mediaAnimation="blur-reveal" buttons={[{ text: "View Services", href: "#services" }, { text: "Contact Us", href: "#contact" }]} /> @@ -54,6 +55,7 @@ export default function LandingPage() { @@ -111,6 +115,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} text="Ready to get started? Our team is ready to help you navigate your legal paperwork with confidence and efficiency." buttons={[{ text: "Contact Us" }]} + useInvertedBackground={false} />