Merge version_1 into main #2

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

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLarge"
background="noise"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
@@ -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: "glowing-orb" }}
kpis={[
{ value: "50+", label: "Projects Completed" },
{ value: "100%", label: "Client Satisfaction" },
@@ -78,7 +78,7 @@ export default function LandingPage() {
{ text: "Connect on LinkedIn", href: "#" },
]}
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/desk-flat-lay-with-tablet_52683-86163.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/desk-flat-lay-with-tablet_52683-86163.jpg"
imageAlt="About Safwan"
useInvertedBackground={false}
/>
@@ -100,7 +100,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Tech Startup", name: "E-Commerce Platform Redesign", price: "Design & Development", rating: 5,
reviewCount: "12.5k", imageSrc: "http://img.b2bpic.net/free-photo/desk-flat-lay-with-tablet_52683-86163.jpg?_wi=2", imageAlt: "E-commerce platform redesign"},
reviewCount: "12.5k", imageSrc: "http://img.b2bpic.net/free-photo/desk-flat-lay-with-tablet_52683-86163.jpg", imageAlt: "E-commerce platform redesign"},
{
id: "2", brand: "Creative Agency", name: "Brand Identity System", price: "Brand Strategy", rating: 5,
reviewCount: "8.3k", imageSrc: "http://img.b2bpic.net/free-psd/portfolio-showcase-social-media-template-with-photo-frame_47987-32070.jpg", imageAlt: "Brand identity system"},
@@ -130,7 +130,7 @@ export default function LandingPage() {
]}
buttons={[{ text: "Let's Collaborate", href: "contact" }]}
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/desk-flat-lay-with-tablet_52683-86163.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/desk-flat-lay-with-tablet_52683-86163.jpg"
imageAlt="Skills showcase"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
@@ -167,7 +167,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: "glowing-orb" }}
useInvertedBackground={false}
/>
</div>