diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f69d98..2acc4ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; @@ -22,15 +22,15 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="large" - background="none" - cardStyle="gradient-radial" + background="fluid" + cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" - headingFontWeight="normal" + headingFontWeight="semibold" > @@ -68,45 +64,45 @@ export default function LandingPage() { useInvertedBackground={true} title="Why Talkpik?" description={[ - "Traditional learning is slow and impersonal. Talkpik adapts to your unique learning style, pinpointing weaknesses and accelerating your path to TOPIK mastery.", "With state-of-the-art AI, we simulate real test environments and provide instant feedback on your progress."]} + "Traditional learning is slow and impersonal. Talkpik adapts to your unique learning style, using 3D visualization and AI to pinpoint weaknesses.", "With state-of-the-art AI, we simulate real test environments and provide instant, accurate feedback on your progress."]} />
@@ -150,12 +144,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { id: "q1", title: "Does this work for beginners?", content: "Yes! Talkpik adapts to any level, from complete beginner to advanced." }, - { id: "q2", title: "Can I cancel at any time?", content: "Absolutely. You can cancel your subscription whenever you wish." }, - { id: "q3", title: "How does AI help?", content: "Our AI analyzes your performance in real-time to provide personalized learning content and feedback." }, + { id: "q1", title: "Is it suitable for beginners?", content: "Yes, the 3D-enhanced curriculum is designed for all levels." }, + { id: "q2", title: "Can I cancel easily?", content: "Yes, subscription control is simple." }, ]} - title="Frequently Asked Questions" - description="Answers to commonly asked questions." + title="Questions?" + description="We have answers." faqsAnimation="slide-up" /> @@ -164,7 +157,7 @@ export default function LandingPage() { @@ -172,9 +165,8 @@ export default function LandingPage() {