From 90ca10b9cde5bf644c278fb7e9cc89cb162e06d0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 10:58:30 +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 5cbd408..7915bd9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,11 +10,10 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Github, Twitter, Linkedin } from 'lucide-react'; export default function Page() { return ( - +
@@ -54,6 +53,7 @@ export default function Page() { title="Our Experience" description="Years of excellence." textboxLayout="split" + useInvertedBackground={false} features={[{ tag: "Innovation", title: "Expertise", subtitle: "Driven by data", description: "We leverage the latest technology to deliver results." }]} />
@@ -64,6 +64,7 @@ export default function Page() { animationType="slide-up" gridVariant="uniform-all-items-equal" textboxLayout="default" + useInvertedBackground={false} members={[{ id: "1", name: "John Doe", role: "CEO", description: "Leading with passion." }]} /> @@ -73,6 +74,7 @@ export default function Page() { description="See what others have to say." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} testimonials={[{ id: "1", name: "Jane Smith", handle: "@janesmith", testimonial: "Fantastic service!" }]} /> @@ -82,6 +84,7 @@ export default function Page() { description="We're here to help." faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} faqs={[{ id: "1", title: "How do I start?", content: "Simply sign up for an account." }]} /> @@ -91,13 +94,12 @@ export default function Page() { title="Let's Connect" description="Drop us a message." background={{ variant: "radial-gradient" }} + useInvertedBackground={false} /> -- 2.49.1