Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-06 09:35:47 +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: "glowing-orb" }}
background={{ variant: "noise" }}
kpis={[
{ value: "50+", label: "Projects Completed" },
{ value: "100%", label: "Client Satisfaction" },
@@ -100,13 +100,16 @@ 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", 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"},
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"
},
{
id: "3", brand: "SaaS Company", name: "Web Application Interface", price: "UI/UX Design", rating: 5,
reviewCount: "15.7k", imageSrc: "http://img.b2bpic.net/free-photo/develop-coding-web-design-coding-web-template_53876-132245.jpg", imageAlt: "Web application interface"},
reviewCount: "15.7k", imageSrc: "http://img.b2bpic.net/free-photo/develop-coding-web-design-coding-web-template_53876-132245.jpg", imageAlt: "Web application interface"
},
]}
/>
</div>
@@ -120,13 +123,17 @@ export default function LandingPage() {
tagAnimation="blur-reveal"
accordionItems={[
{
id: "1", title: "UI/UX Design", content: "Specializing in user-centered design, wireframing, prototyping, and interaction design. I create intuitive interfaces that users love."},
id: "1", title: "UI/UX Design", content: "Specializing in user-centered design, wireframing, prototyping, and interaction design. I create intuitive interfaces that users love."
},
{
id: "2", title: "Web Development", content: "Full-stack development expertise with React, Next.js, and modern JavaScript. Building responsive, performant web applications."},
id: "2", title: "Web Development", content: "Full-stack development expertise with React, Next.js, and modern JavaScript. Building responsive, performant web applications."
},
{
id: "3", title: "Brand Strategy", content: "Developing comprehensive brand identities, visual systems, and messaging strategies that resonate with target audiences."},
id: "3", title: "Brand Strategy", content: "Developing comprehensive brand identities, visual systems, and messaging strategies that resonate with target audiences."
},
{
id: "4", title: "Digital Marketing", content: "SEO optimization, content strategy, and analytics-driven marketing to ensure your message reaches the right people."},
id: "4", title: "Digital Marketing", content: "SEO optimization, content strategy, and analytics-driven marketing to ensure your message reaches the right people."
},
]}
buttons={[{ text: "Let's Collaborate", href: "contact" }]}
buttonAnimation="blur-reveal"
@@ -145,13 +152,17 @@ export default function LandingPage() {
author="Alex Johnson, CEO at TechFlow"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", alt: "Alex Johnson"},
src: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", alt: "Alex Johnson"
},
{
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Client 2"},
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Client 2"
},
{
src: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", alt: "Client 3"},
src: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", alt: "Client 3"
},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 4"},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 4"
},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
@@ -167,7 +178,7 @@ export default function LandingPage() {
{ text: "Send Me an Email", href: "mailto:safwan@example.com" },
{ text: "Schedule a Call", href: "#" },
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "noise" }}
useInvertedBackground={false}
/>
</div>