diff --git a/src/app/page.tsx b/src/app/page.tsx index 747d8ef..3dc9665 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,6 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; @@ -13,338 +14,309 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { - const navItems = [ - { - name: "Home", id: "#home" - }, - { - name: "About", id: "#about" - }, - { - name: "Skills", id: "#skills" - }, - { - name: "Projects", id: "#featured-projects" - }, - { - name: "Blog", id: "#blog" - }, - { - name: "Contact", id: "/contact" - } - ]; - - const footerColumns = [ - { - title: "Quick Links", items: [ - { - label: "Home", href: "/" - }, - { - label: "About", href: "/#about" - }, - { - label: "Skills", href: "/#skills" - } - ] - }, - { - title: "Projects", items: [ - { - label: "Featured Projects", href: "/#featured-projects" - }, - { - label: "Full Portfolio", href: "/#project-gallery" - }, - { - label: "Devlog", href: "/#blog" - } - ] - }, - { - title: "Connect", items: [ - { - label: "Contact Me", href: "/contact" - }, - { - label: "LinkedIn", href: "https://linkedin.com/in/jayrao" - }, - { - label: "GitHub", href: "https://github.com/jayrao" - } - ] - } - ]; - return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
);