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"
contentWidth="mediumSmall"
sizing="mediumLarge"
background="noiseDiagonalGradient"
background="none"
cardStyle="soft-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -88,19 +88,19 @@ export default function LandingPage() {
avatarText="Trusted by 100+ clients "
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}
@@ -126,13 +126,13 @@ export default function LandingPage() {
carouselMode="buttons"
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"
@@ -236,7 +236,7 @@ export default function LandingPage() {
label: "UI/UX Strategy", href: "#about"},
{
label: "Consulting", href: "#contact"},
],
]
},
{
title: "Company", items: [
@@ -248,7 +248,7 @@ export default function LandingPage() {
label: "Testimonials", href: "#testimonials"},
{
label: "Contact", href: "#contact"},
],
]
},
{
title: "Social", items: [
@@ -258,7 +258,7 @@ export default function LandingPage() {
label: "Twitter", href: "#"},
{
label: "Behance", href: "#"},
],
]
},
]}
bottomLeftText="© 2024 Ibrahim. All rights reserved."