From 09cd504b58bda63cdcfc6ecf6419dbfa9552a82d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 11:50:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52cafee..8c77c49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import { Activity, MessageCircle } from "lucide-react"; +import { getVisualEditScript } from "@/utils/visual-edit-script"; export default function LandingPage() { return ( @@ -157,7 +158,8 @@ export default function LandingPage() { copyrightText="© 2025 Dr. Turab İsmayılov. Tüm hakları saklıdır." /> +