From 360d72da4fbd3bbc488816724bcb836f8dc03eaa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 08:38:42 +0000 Subject: [PATCH] Switch to version 2: modified src/app/page.tsx --- src/app/page.tsx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3007cb..60f9bc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,13 +15,6 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import { Award, Coffee, Leaf, Smile, Users } from "lucide-react"; export default function LandingPage() { - const scrollToContact = () => { - const element = document.getElementById('contact'); - if (element) { - element.scrollIntoView({ behavior: 'smooth' }); - } - }; - return (