From 13bd064585c57018d5360600f09ecfd340e341cb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 06:29:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea50441..7af8008 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,12 +9,12 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Zap, Shield, Star, CheckCircle } from 'lucide-react'; +import { Zap, Shield } from 'lucide-react'; export default function Page() { const navItems = [{ name: 'Home', id: '/' }]; return ( - + @@ -23,6 +23,7 @@ export default function Page() { title="Experience True Innovation" description="Empowering businesses with seamless, high-performance digital solutions designed for the future." mediaAnimation="slide-up" + background={{ variant: "plain" }} testimonials={[ { name: "Alice Johnson", handle: "@alicej", testimonial: "A truly transformative experience for our workflow.", rating: 5 }, { name: "Bob Smith", handle: "@bobsmith", testimonial: "Unmatched performance and incredible support.", rating: 5 } @@ -32,7 +33,9 @@ export default function Page() {
@@ -51,6 +56,7 @@ export default function Page() { title="Why Choose Us" description="Your success is our top priority, backed by years of industry expertise." textboxLayout="default" + useInvertedBackground={false} bulletPoints={[{ title: "Innovation", description: "Always ahead", icon: Shield }]} />
@@ -58,13 +64,16 @@ export default function Page() {
@@ -75,6 +84,8 @@ export default function Page() { title="Ready to Build?" description="Let's collaborate on your next big project." buttons={[{ text: "Get in touch" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} />