From c97dc792b1695f0c90119200fe58273d20cc7696 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 12:37:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 61 +++++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f52f32..2035dc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,9 +9,11 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, Smile, Star, Mail, MapPin, Phone, Clock } from 'lucide-react'; +import { Sparkles, Smile, Facebook, Instagram, MessageCircle } from 'lucide-react'; export default function NishanClinicPage() { + const whatsappLink = "https://wa.me/96565181395"; + return ( window.location.href = "#contact" }} /> @@ -43,7 +45,7 @@ export default function NishanClinicPage() {
@@ -106,17 +108,17 @@ export default function NishanClinicPage() {
@@ -130,15 +132,9 @@ export default function NishanClinicPage() { useInvertedBackground={false} animationType="slide-up" testimonials={[ - { - id: "1", name: "Nazeer Syed", handle: "Patient", testimonial: "Very welcoming, polite, and professional staff. I felt completely at ease." - }, - { - id: "2", name: "Chef Kuldeep", handle: "Patient", testimonial: "Great atmosphere and caring staff. Dr. Shashi is very friendly." - }, - { - id: "3", name: "Siddharth Vixwa", handle: "Patient", testimonial: "Wisdom tooth extraction was painless and smooth. Highly skilled team." - } + { id: "1", name: "Nazeer Syed", handle: "Patient", testimonial: "Very welcoming, polite, and professional staff. I felt completely at ease." }, + { id: "2", name: "Chef Kuldeep", handle: "Patient", testimonial: "Great atmosphere and caring staff. Dr. Shashi is very friendly." }, + { id: "3", name: "Siddharth Vixwa", handle: "Patient", testimonial: "Wisdom tooth extraction was painless and smooth. Highly skilled team." } ]} />
@@ -147,7 +143,7 @@ export default function NishanClinicPage() {