From 3bcb4a8cbc27d335ad0717df290fa409e28d84ab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 14:29:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0758ebb..e33d8d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import { Castle, Flame, Heart, Leaf, Quote, UtensilsCrossed, X } from "lucide-react"; import { useState } from "react"; @@ -56,8 +57,7 @@ export default function SilZemliPage() { { name: "Меню", id: "menu" }, { name: "Бенкети", id: "banquets" }, { name: "Доставка", id: "delivery" }, - { name: "Блог", id: "/blog" }, - { name: "Магазин", id: "/shop" }, + { name: "FAQ", id: "faq" }, { name: "Контакти", id: "contacts" } ]} button={{ @@ -233,6 +233,40 @@ export default function SilZemliPage() { /> +
+ +
+
); -} \ No newline at end of file +}