From b53d947f139efdbecc2e366b7d4ec7e8273138fd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 19:56:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c45234..092a751 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 ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; @@ -31,14 +30,10 @@ export default function LandingPage() { @@ -127,12 +118,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { id: "q1", title: "What kind of IT staffing do you support?", content: "We support contract, project-based, and long-term staffing for a variety of IT roles including developers, analysts, and infrastructure experts." }, - { id: "q2", title: "Do you provide consulting services?", content: "Yes, our consulting services help organizations plan, manage, and execute technology initiatives with our experienced experts." }, - { id: "q3", title: "How long has Benak Consulting been in business?", content: "Our team brings around 20 years of professional IT consulting and staffing experience to every client project." }, + { id: "q1", title: "What kind of IT staffing do you support?", content: "We support contract, project-based, and long-term staffing." }, + { id: "q2", title: "Do you provide consulting services?", content: "Yes, our consulting services help organizations plan, manage, and execute technology initiatives." }, ]} title="Frequently Asked Questions" - description="Answers to common inquiries about our staffing and consulting process." + description="Answers to common inquiries." faqsAnimation="slide-up" /> @@ -140,8 +130,7 @@ export default function LandingPage() {