diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a0610a3..fbf0f58 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 ec92f5e..1c8961c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,225 +1,249 @@ -"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 (
- +
+
+
+ 3D Creative +
+

+ 3D Artist & Blender Specialist +

+

+ Crafting immersive digital experiences through advanced 3D modeling, rendering, and animation. Transforming concepts into stunning visual reality. +

+ +
+
+
8+
+
Years in 3D
+
+
+
150+
+
Projects Completed
+
+
+
50+
+
Happy Clients
+
+
+
+
- +
+
+

+ I bring imagination to life through cutting-edge 3D technology and creative storytelling +

+ +
+
- +
+
+
+

Core Competencies

+

+ Specialized expertise in 3D creation and digital art production +

+
+
+
+ 3D Modeling +
+

3D Modeling

+

+ Advanced character and environment modeling using Blender and industry-standard techniques +

+
+
+
+ Rendering & Shading +
+

Rendering & Shading

+

+ Photorealistic rendering with Cycles and specialized material development +

+
+
+
+ Animation +
+

Animation

+

+ Smooth character rigging, motion capture, and keyframe animation +

+
+
+
+
+
- +
+
+
+
+
+ Get Started +
+

+ Ready to bring your vision to life? +

+

+ Interested in collaborating on your next 3D project? Reach out directly or subscribe for updates on my latest work. +

+
+ + +
+

+ We respect your privacy. Unsubscribe anytime. +

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