From 522b51026bab29e0506ed0b44bf972a8578925ef Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:44:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d3ca30..165dcf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import { Heart } from "lucide-react"; export default function LandingPage() { @@ -121,6 +120,7 @@ export default function LandingPage() { testimonial="أفضل شي كوفته تناولتها خارج إسطنبول. النكهات دقيقة والخدمة دافئة وودودة للغاية. موصى به للعائلات!" rating={5} author="سارة م." + avatars={[]} ratingAnimation="slide-up" avatarsAnimation="slide-up" /> -- 2.49.1