Update src/app/page.tsx

This commit is contained in:
2026-03-09 06:05:57 +00:00
parent 2242194ea5
commit 70dbd3a7f3

View File

@@ -3,7 +3,7 @@
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroLogoCenter from "@/components/sections/hero/HeroLogoCenter/HeroLogoCenter";
import HeroLogoCenter from "@/components/sections/hero/HeroLogoCenter";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
@@ -133,7 +133,6 @@ export default function HomePage() {
},
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -162,7 +161,6 @@ export default function HomePage() {
},
]}
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -191,7 +189,6 @@ export default function HomePage() {
},
]}
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -219,7 +216,6 @@ export default function HomePage() {
title: "Expert Team", description: "100+ creative professionals dedicated to your success.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-collaborative-creative-team-of-diverse-1773035470076-7f8faaf6.png", imageAlt: "Expert team"
},
]}
animationType="slide-up"
useInvertedBackground={true}
/>
</div>