Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #4.
This commit is contained in:
2025-12-28 03:00:21 +00:00
2 changed files with 10 additions and 5 deletions

View File

@@ -1273,4 +1273,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -1,6 +1,7 @@
"use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles } from "lucide-react";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics';
import ProductCardSix from '@/components/sections/product/ProductCardSix';
@@ -38,6 +39,7 @@ export default function LandingPage() {
title="3D Artist & Blender Specialist"
description="Crafting immersive digital experiences through advanced 3D modeling, rendering, and animation. Transforming concepts into stunning visual reality."
tag="3D Creative"
tagIcon={Sparkles}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888719283-nfmcx166.jpg"
imageAlt="Hero 3D render"
frameStyle="card"
@@ -82,21 +84,24 @@ export default function LandingPage() {
name: "Character Modeling",
price: "Portfolio",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888720392-ehsyl2xj.jpg",
imageAlt: "3D character model"
imageAlt: "3D character model",
description: "Advanced character sculpting and topology optimization using Blender. Includes rigging setup, UV unwrapping, and texture preparation for animation pipelines."
},
{
id: "2",
name: "Visual Effects",
price: "Portfolio",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888721289-rze89n00.jpg",
imageAlt: "3D animation and effects"
imageAlt: "3D animation and effects",
description: "Particle systems, simulations, and motion graphics. Built with Blender's Geometry Nodes and shader effects to create dynamic visual experiences."
},
{
id: "3",
name: "Product Rendering",
price: "Portfolio",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888722652-paaoqfev.jpg",
imageAlt: "3D product render"
imageAlt: "3D product render",
description: "High-fidelity product visualization with photorealistic lighting and materials. Optimized for e-commerce and marketing presentations."
}
]}
gridVariant="uniform-all-items-equal"
@@ -206,4 +211,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}