Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-06 09:36:53 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Creative Designer & Developer"
description="Welcome to my portfolio. I craft beautiful, functional digital experiences that solve real problems. Specializing in UI/UX design, web development, and brand strategy."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
kpis={[
{ value: "50+", label: "Projects Completed" },
{ value: "100%", label: "Client Satisfaction" },
@@ -178,7 +178,7 @@ export default function LandingPage() {
{ text: "Send Me an Email", href: "mailto:safwan@example.com" },
{ text: "Schedule a Call", href: "#" },
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>