From d8a5535be394cdefc2ef719c89e7303b060f8ea6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:46:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3be588a..21ca037 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,9 +8,9 @@ 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 TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import { Heart } from "lucide-react"; export default function LandingPage() { @@ -107,6 +107,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} members={[ { id: "1", name: "أحمد", role: "طاهي رئيسي", description: "خبير في التوابل والوصفات التقليدية.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtqSAq4bbrc5Xd48I7reESVeho/uploaded-1779111942783-57pkpz12.jpg" }, { id: "2", name: "سارة", role: "مديرة الخدمة", description: "تضمن تجربة ضيافة لا تُنسى.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtqSAq4bbrc5Xd48I7reESVeho/uploaded-1779111942783-l9u0jvw0.jpg" }, -- 2.49.1