From 48399175dc98919e90a5b2bfc5c8398d0f25ffa0 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Thu, 8 Jan 2026 11:08:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b822c8..3d930f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; @@ -16,16 +16,16 @@ import { Zap, Gauge, Award, ThumbsUp } from "lucide-react"; export default function LandingPage() { return (