From 85baa5eb371f0e83c6f3020b162956a0172d85d8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 21:18:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 365 ++++++++++------------------------------------- 1 file changed, 72 insertions(+), 293 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d0574f..906f54a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -199,37 +131,26 @@ export default function LandingPage() { @@ -501,13 +284,9 @@ export default function LandingPage() { logoAlt="FASTSIGNS Petaluma Logo" logoText="FASTSIGNS of Petaluma" leftLink={{ - text: "Privacy Policy", - href: "#", - }} + text: "Privacy Policy", href: "#"}} rightLink={{ - text: "Terms of Service", - href: "#", - }} + text: "Terms of Service", href: "#"}} /> -- 2.49.1