From 4636f764b09fc8b1fcd4a42e0bff69a76d2662db Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 03:00:16 +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 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 From c86fb4ef8249d3744745b6078a404e58f90ba133 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 03:00:17 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7d3174..cac5497 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file