diff --git a/src/app/page.tsx b/src/app/page.tsx
index b961ba8..bcd2ed2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,53 +43,19 @@ export default function LandingPage() {
@@ -111,33 +65,13 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "UI/UX Design",
- description: "User-centric interfaces that convert.",
- bentoComponent: "reveal-icon",
- icon: MousePointer,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdBkwCIn1mUe7Y59ZEDpn23a5c/professional-web-design-portfolio-hero-b-1774809433574-ef97d379.png?_wi=2",
- imageAlt: "Professional web design portfolio hero background with an elegant, modern dark UI dashboard interfac",
- },
- {
- title: "Web Development",
- description: "Robust, scalable codebases.",
- bentoComponent: "reveal-icon",
- icon: Code,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdBkwCIn1mUe7Y59ZEDpn23a5c/abstract-geometric-shapes-for-creative-w-1774809433543-c2a13352.png",
- imageAlt: "Abstract geometric shapes for creative web design, soft lighting, professional dark studio photograp",
- },
- {
- title: "Brand Identity",
- description: "Cohesive brand visual languages.",
- bentoComponent: "reveal-icon",
- icon: Palette,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdBkwCIn1mUe7Y59ZEDpn23a5c/minimalist-digital-design-concept-vector-1774809432934-e1532685.png",
- imageAlt: "Minimalist digital design concept, vector art, sophisticated dark mode UI.",
- },
+ { title: "UI/UX Design", description: "User-centric interfaces that convert.", bentoComponent: "reveal-icon", icon: MousePointer },
+ { title: "Web Development", description: "Robust, scalable codebases.", bentoComponent: "reveal-icon", icon: Code },
+ { title: "Brand Identity", description: "Cohesive brand visual languages.", bentoComponent: "reveal-icon", icon: Palette },
]}
title="Core Expertise"
description="Comprehensive design solutions tailored to your business needs."
+ animationType="slide-up"
/>
@@ -147,21 +81,9 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={true}
features={[
- {
- title: "SaaS Platform",
- description: "Optimized dashboard for enterprise analytics.",
- icon: LineChart,
- },
- {
- title: "E-Commerce",
- description: "High-conversion shop for luxury goods.",
- icon: ShoppingBag,
- },
- {
- title: "Mobile App",
- description: "Native fintech application design.",
- icon: Smartphone,
- },
+ { title: "SaaS Platform", description: "Optimized dashboard for enterprise analytics.", icon: LineChart },
+ { title: "E-Commerce", description: "High-conversion shop for luxury goods.", icon: ShoppingBag },
+ { title: "Mobile App", description: "Native fintech application design.", icon: Smartphone },
]}
title="Selected Works"
description="A collection of recent projects showcasing my design range."
@@ -174,14 +96,8 @@ export default function LandingPage() {
title="Meet Your Designer"
description="With over 7 years of experience, I blend artistic vision with technical precision to build products people love."
metrics={[
- {
- value: "7+",
- title: "Years Experience",
- },
- {
- value: "120+",
- title: "Successful Projects",
- },
+ { value: "7+", title: "Years Experience" },
+ { value: "120+", title: "Successful Projects" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdBkwCIn1mUe7Y59ZEDpn23a5c/professional-portrait-of-a-web-designer--1774809433711-cefea62d.png"
mediaAnimation="slide-up"
@@ -193,42 +109,13 @@ export default function LandingPage() {