From 306d53aef85d687a8a1b84982814897b02588898 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 12:32:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 51 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 36 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b803ca8..f491d64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,9 +10,13 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import FaqBase from '@/components/sections/faq/FaqBase'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, Scissors, Star, HelpCircle } from 'lucide-react'; +import { Sparkles, Scissors, Star, HelpCircle, Phone, MapPin, Clock, CreditCard, Users, Shield } from 'lucide-react'; export default function LandingPage() { + const handlePhoneClick = () => { + window.location.href = 'tel:0211-88277734'; + }; + return (