diff --git a/src/app/page.tsx b/src/app/page.tsx
index cac5497..642d480 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,7 +1,6 @@
-"use client"
+"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';
@@ -27,10 +26,6 @@ export default function LandingPage() {
@@ -38,25 +33,17 @@ export default function LandingPage() {
@@ -124,47 +100,37 @@ export default function LandingPage() {
description="Specialized expertise in 3D creation and digital art production"
features={[
{
- id: 1,
title: "3D Modeling",
description: "Advanced character and environment modeling using Blender and industry-standard techniques",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888720392-ehsyl2xj.jpg"
},
{
- id: 2,
title: "Rendering & Shading",
description: "Photorealistic rendering with Cycles and specialized material development",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888721289-rze89n00.jpg"
},
{
- id: 3,
title: "Animation",
description: "Smooth character rigging, motion capture, and keyframe animation",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888722652-paaoqfev.jpg"
}
]}
- textboxLayout="default"
- useInvertedBackground="noInvert"
/>