From eb01e4e85339073892c0376a1968b39bb640000e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 22:21:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bedc9bb..2e36527 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -38,14 +38,14 @@ export default function LandingPage() {
- +
@@ -77,8 +77,7 @@ export default function LandingPage() { testimonial="The sensibility Michele Floridia brings to our brand narrative is unmatched. It’s not just video content; it’s genuine cinema that honors our manufacturing roots." rating={5} author="Director of Brand Strategy, Leading Luxury House" - avatars={[{ src: "https://i.pravatar.cc/150?u=a1", alt: "Client" }] -} + avatars={[{ src: "https://i.pravatar.cc/150?u=a1", alt: "Client" }]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" useInvertedBackground={true} -- 2.49.1