9 Commits

Author SHA1 Message Date
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
435e93ba14 Update src/app/page.tsx 2026-06-11 00:57:17 +00:00
09b9e6a1ee Merge version_5 into main
Merge version_5 into main
2026-06-11 00:55:13 +00:00
de4706f7bb Merge version_5 into main
Merge version_5 into main
2026-06-11 00:48:16 +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"
/> />
@@ -88,19 +88,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 +126,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"
@@ -233,10 +233,10 @@ export default function LandingPage() {
{ {
label: "Development", href: "#work"}, label: "Development", href: "#work"},
{ {
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 +248,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 +260,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."