diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e84cd4..fa34f1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,12 +7,10 @@ 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 { Leaf, Tractor, TrendingUp, History } from "lucide-react"; +import { Tractor, History } from "lucide-react"; export default function Page() { return ( @@ -78,11 +76,13 @@ export default function Page() { @@ -93,6 +93,8 @@ 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" }, @@ -101,24 +103,18 @@ export default function Page() { /> -
- {/* Placeholder for structural compliance */} -
- -
- {/* Placeholder for structural compliance */} -
-
@@ -126,6 +122,7 @@ export default function Page() {