From f3735dbf0e9ed69cc72f8e1730dbbacd0ef41344 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:26:25 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 160 +++++++++++++++++++++++++++-------------------- 1 file changed, 92 insertions(+), 68 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8eb2e1d..a2aab40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,143 +2,167 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; - -export default function Home() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "Projects", id: "/projects" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, - ]; +import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; +import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour"; +import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; +import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +export default function LandingPage() { return (