From d6ea347e522e7ae167e140b8a75e8ac5c568bb95 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 14:02:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37a6afb..9102a4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,10 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MediaAbout from '@/components/sections/about/MediaAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Award, Leaf, Trees, BookOpen, MessageCircle, HelpCircle, Facebook, Instagram, Phone } from 'lucide-react'; +import { Award, Leaf, Trees, BookOpen, HelpCircle, Facebook, Instagram, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -33,7 +32,6 @@ export default function LandingPage() { { name: "За нас", id: "about" }, { name: "Дръвца", id: "products" }, { name: "Услуги", id: "features" }, - { name: "Отзиви", id: "testimonials" }, { name: "Контакт", id: "contact" } ]} brandName="Плодни Дръвца" @@ -130,27 +128,6 @@ export default function LandingPage() { /> -
- -
-