diff --git a/src/components/sections/FAQ.tsx b/src/components/sections/FAQ.tsx
index 6319bc5..673bbbd 100644
--- a/src/components/sections/FAQ.tsx
+++ b/src/components/sections/FAQ.tsx
@@ -22,43 +22,55 @@ export function FAQ() {
{member.description}
)} diff --git a/src/components/ui/ShowcaseLayout.tsx b/src/components/ui/ShowcaseLayout.tsx index b82be8f..5275e7d 100644 --- a/src/components/ui/ShowcaseLayout.tsx +++ b/src/components/ui/ShowcaseLayout.tsx @@ -1,6 +1,6 @@ "use client"; -import { useRef, useEffect, useState } from "react"; +import { useRef, useEffect, useState, useCallback } from "react"; interface ShowcaseLayoutProps