From 38b5788f07f2fbe45985563592e374436048fcaf Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 03:05:15 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} From 4d2e33c1220d2b16aad146a4d27dd7881bd45d81 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 03:05:16 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 211 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 205 insertions(+), 6 deletions(-) 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 +}