diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fbf0f58..a0610a3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1273,4 +1273,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fbbfd7..ec92f5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,14 @@ -"use client"; +"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { Sparkles, Mail } from "lucide-react"; +import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; +import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics'; +import ProductCardSix from '@/components/sections/product/ProductCardSix'; +import TextAbout from '@/components/sections/about/TextAbout'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function LandingPage() { return ( @@ -16,11 +24,202 @@ export default function LandingPage() { secondaryButtonStyle="layered" headingFontWeight="semibold" > -
-

Welcome to Ben's Portfolio

-

3D Artist & Blender Specialist

-

Professional 3D artist specializing in Blender modeling, rendering, and animation. Transforming concepts into stunning visual reality.

+ + +
+ +
+ + + +
+ +
+ +
+ +
+ +
+ +
+ + ); -} \ No newline at end of file +}