From 297bafd6d97de0b502da73a1ea78ba710a6defd7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 13:09:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be1e471..9439a27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroSplit from '@/components/sections/hero/HeroSplit'; @@ -135,7 +135,7 @@ export default function CoffeePage() {