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 */} -
+