diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bc0c9e..8c837ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,10 +7,12 @@ import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestim import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import TeamCardSix from "@/components/sections/team/TeamCardSix"; +import TeamCardOne from "@/components/sections/team/TeamCardOne"; +import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Tractor, History } from "lucide-react"; +import { Leaf, Tractor, TrendingUp, History } from "lucide-react"; export default function Page() { return ( @@ -76,14 +78,11 @@ export default function Page() { @@ -94,8 +93,6 @@ export default function Page() { description="Folyamatosan gépesítünk és korszerűsítjük állattartó telepeinket." gridVariant="uniform-all-items-equal" animationType="slide-up" - textboxLayout="default" - useInvertedBackground={false} members={[ { id: "1", name: "Juhtartás", role: "Technológiai fejlesztés", imageSrc: "http://img.b2bpic.net/free-photo/cute-sheep-eating-lavender-field_23-2149535249.jpg" }, { id: "2", name: "Gépesítés", role: "Hatékonyság növelés", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seeder-attached-tractor-field_146671-19090.jpg" }, @@ -104,26 +101,31 @@ export default function Page() { /> +
+ {/* Placeholder for structural compliance */} +
+ +
+ {/* Placeholder for structural compliance */} +
+
); -} +} \ No newline at end of file