Update src/app/page.tsx

This commit is contained in:
2026-06-11 00:58:20 +00:00
parent ec53bd7c87
commit 7a4dc303e3

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"
@@ -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"
@@ -236,7 +236,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 +248,7 @@ export default function LandingPage() {
label: "Testimonials", href: "#testimonials"}, label: "Testimonials", href: "#testimonials"},
{ {
label: "Contact", href: "#contact"}, label: "Contact", href: "#contact"},
], ]
}, },
{ {
title: "Social", items: [ title: "Social", items: [
@@ -258,7 +258,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."