From 68c925b31a5ea01b902263dc5cac2d776e452a03 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 20:36:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b266104..dbb5b83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { BookOpen, CheckCircle, Instagram, Lightbulb, LineChart, Linkedin, MessageSquare, Target, Twitter } from "lucide-react"; +import { BookOpen, Lightbulb, LineChart } from "lucide-react"; export default function LandingPage() { return ( @@ -116,6 +116,8 @@ export default function LandingPage() { title="Questions?" description="Answers to help you start your study journey." faqsAnimation="blur-reveal" + textboxLayout="default" + useInvertedBackground={false} /> @@ -125,6 +127,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Start Your $1 Trial" description="See why TTP is the gold standard." + tag="Exclusive Offer" /> -- 2.49.1