diff --git a/src/app/page.tsx b/src/app/page.tsx index b411452..080a55e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,11 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import { GraduationCap } from "lucide-react"; @@ -31,79 +31,38 @@ export default function LandingPage() {
-
-
@@ -111,9 +70,9 @@ export default function LandingPage() {
-
@@ -223,29 +110,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "How does AI deck generation work?", - content: "Our AI analyzes your uploaded notes and distills the most critical concepts into flashcard formats.", - }, - { - id: "2", - title: "Can I share my decks?", - content: "Yes, you can easily share your decks with friends or publish them for the global community.", - }, - { - id: "3", - title: "Is there a free trial?", - content: "Yes, the Basic Scholar plan is free forever with core features for your study needs.", - }, - { - id: "4", - title: "Can I integrate with other apps?", - content: "Our Pro and Institutional plans offer deep integration with popular note-taking and LMS platforms.", - }, + { id: "1", title: "Is the grid interface customizable?", content: "Yes, you can configure your deck layouts to match your research style." }, + { id: "2", title: "Can I integrate with cloud storage?", content: "Integration with leading cloud platforms is available on all pro tiers." }, ]} - title="Frequently Asked Questions" - description="Have questions about StudyDeck? We've got answers." + title="Common Hub Questions" + description="Information regarding our digital workspace tools." faqsAnimation="blur-reveal" />
@@ -253,63 +122,18 @@ export default function LandingPage() {