Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-18 13:46:27 +00:00

View File

@@ -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" },