From 7891e5193ffd2a4a19c69440fa805c95b1421f3a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 14:54:21 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 58365cc..fd7c171 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -22,7 +22,8 @@ export default function App() { { name: "FAQ", href: "#faq" }, ]} ctaButton={{ - text: "Contact Us", href: "#contact"}} + text: "Contact Us", href: "#contact" + }} /> @@ -48,7 +49,8 @@ export default function App() { -- 2.49.1