8 Commits

Author SHA1 Message Date
dd68e2987a Update src/app/page.tsx 2026-06-11 01:04:40 +00:00
92bf698b73 Merge version_9 into main
Merge version_9 into main
2026-06-11 01:03:25 +00:00
bf5ff09b21 Update src/app/page.tsx 2026-06-11 01:03:22 +00:00
a9ac8bb4ef Merge version_8 into main
Merge version_8 into main
2026-06-11 01:00:27 +00:00
8c8f5862cb Update src/app/page.tsx 2026-06-11 01:00:24 +00:00
4fc4c70324 Merge version_7 into main
Merge version_7 into main
2026-06-11 00:58:23 +00:00
7a4dc303e3 Update src/app/page.tsx 2026-06-11 00:58:20 +00:00
ec53bd7c87 Merge version_6 into main
Merge version_6 into main
2026-06-11 00:57:20 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="mediumLarge" sizing="mediumLarge"
background="noiseDiagonalGradient" background="none"
cardStyle="soft-shadow" cardStyle="soft-shadow"
primaryButtonStyle="flat" primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow"
@@ -32,17 +32,17 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", id: "#home"}, name: "Home", id: "home"},
{ {
name: "About", id: "#about"}, name: "About", id: "about"},
{ {
name: "Work", id: "#work"}, name: "Work", id: "work"},
{ {
name: "Clients", id: "#clients"}, name: "Clients", id: "clients"},
{ {
name: "Testimonials", id: "#testimonials"}, name: "Testimonials", id: "testimonials"},
{ {
name: "Contact", id: "#contact"}, name: "Contact", id: "contact"},
]} ]}
brandName="My Portfolio" brandName="My Portfolio"
/> />
@@ -54,7 +54,7 @@ export default function LandingPage() {
variant: "radial-gradient"}} variant: "radial-gradient"}}
imagePosition="right" imagePosition="right"
title="Crafting Digital Experiences That Convert" title="Crafting Digital Experiences That Convert"
description="I design and build high-converting websites and digital products that drive results. Let's create something impactful together." description="I design and build high-converting websites and digital products that drive results. Let's create something impactful together. You can reach me directly at ibkhen99@gmail.com."
kpis={[ kpis={[
{ {
value: "100+", label: "Projects Completed"}, value: "100+", label: "Projects Completed"},
@@ -64,12 +64,6 @@ export default function LandingPage() {
value: "3X", label: "Conversion Lift"}, value: "3X", label: "Conversion Lift"},
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[
{
text: "View My Work", href: "#work"},
{
text: "Get in Touch", href: "#contact"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/tmp/can-you-generate-a-picture-of-a-pc-setup-1781137469840-24fc73da.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/tmp/can-you-generate-a-picture-of-a-pc-setup-1781137469840-24fc73da.jpg"
imageAlt="Professional portrait of a web designer in a suit" imageAlt="Professional portrait of a web designer in a suit"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -88,19 +82,19 @@ export default function LandingPage() {
avatarText="Trusted by 100+ clients " avatarText="Trusted by 100+ clients "
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", text: "Innovation", icon: Sparkles, type: "text-icon", text: "Innovation", icon: Sparkles
}, },
{ {
type: "text-icon", text: "Efficiency", icon: Gauge, type: "text-icon", text: "Efficiency", icon: Gauge
}, },
{ {
type: "text-icon", text: "User Experience", icon: Monitor, type: "text-icon", text: "User Experience", icon: Monitor
}, },
{ {
type: "text-icon", text: "Scalability", icon: TrendingUp, type: "text-icon", text: "Scalability", icon: TrendingUp
}, },
{ {
type: "text-icon", text: "Performance", icon: Zap, type: "text-icon", text: "Performance", icon: Zap
}, },
]} ]}
marqueeSpeed={40} marqueeSpeed={40}
@@ -126,13 +120,13 @@ export default function LandingPage() {
carouselMode="buttons" carouselMode="buttons"
metrics={[ metrics={[
{ {
id: "m1", value: "100+", title: "Successful Projects", description: "Delivering exceptional web experiences for diverse clients.", icon: CheckCircle, id: "m1", value: "100+", title: "Successful Projects", description: "Delivering exceptional web experiences for diverse clients.", icon: CheckCircle
}, },
{ {
id: "m2", value: "98%", title: "Client Satisfaction", description: "Building strong relationships through reliable and impactful work.", icon: Star, id: "m2", value: "98%", title: "Client Satisfaction", description: "Building strong relationships through reliable and impactful work.", icon: Star
}, },
{ {
id: "m3", value: "+30%", title: "Average Conversion Lift", description: "Optimizing designs and user flows for measurable growth.", icon: TrendingUp, id: "m3", value: "+30%", title: "Average Conversion Lift", description: "Optimizing designs and user flows for measurable growth.", icon: TrendingUp
}, },
]} ]}
title="My Impact, Quantified" title="My Impact, Quantified"
@@ -236,7 +230,7 @@ export default function LandingPage() {
label: "UI/UX Strategy", href: "#about"}, label: "UI/UX Strategy", href: "#about"},
{ {
label: "Consulting", href: "#contact"}, label: "Consulting", href: "#contact"},
], ]
}, },
{ {
title: "Company", items: [ title: "Company", items: [
@@ -248,7 +242,9 @@ export default function LandingPage() {
label: "Testimonials", href: "#testimonials"}, label: "Testimonials", href: "#testimonials"},
{ {
label: "Contact", href: "#contact"}, label: "Contact", href: "#contact"},
], {
label: "Email: ibkhen99@gmail.com", href: "mailto:ibkhen99@gmail.com"}
]
}, },
{ {
title: "Social", items: [ title: "Social", items: [
@@ -258,7 +254,7 @@ export default function LandingPage() {
label: "Twitter", href: "#"}, label: "Twitter", href: "#"},
{ {
label: "Behance", href: "#"}, label: "Behance", href: "#"},
], ]
}, },
]} ]}
bottomLeftText="© 2024 Ibrahim. All rights reserved." bottomLeftText="© 2024 Ibrahim. All rights reserved."