From 6291b7c5ea07fc0bdf93a08cc77d437a9af317b2 Mon Sep 17 00:00:00 2001 From: tejaspanchall Date: Fri, 6 Jun 2025 18:02:51 +0530 Subject: [PATCH] made landing page simple --- src/app/page.jsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/app/page.jsx b/src/app/page.jsx index 5cffa8d..bf8e703 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -14,9 +14,6 @@ export default function LandingPage() { const suggestionRef = useRef(null); const searchInputRef = useRef(null); - // Create separate delays for staggered loading of FAQ items - const faqDelays = ['0.6s', '0.7s', '0.8s']; - // For FAQ dropdowns const [openFAQ, setOpenFAQ] = useState(null); @@ -143,7 +140,7 @@ export default function LandingPage() { {/* Unified Content Section */}
{/* Hero Content */} -
+
{/* Logo */}
- {/* FAQ Content - with fade-in animation matching the hero section */} -
+ {/* FAQ Content */} +

Frequently Asked Questions

{/* FAQ Item 1 */} -
+
{/* FAQ Item 2 */} -
+
{/* FAQ Item 3 */} -
+