8 Commits

Author SHA1 Message Date
798520e4b2 Update src/app/page.tsx 2026-06-11 01:08:07 +00:00
0a9037abc1 Merge version_10 into main
Merge version_10 into main
2026-06-11 01:04:43 +00:00
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

View File

@@ -32,19 +32,19 @@ export default function LandingPage() {
<NavbarStyleApple
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="Portfolio"
/>
</div>
@@ -54,7 +54,7 @@ export default function LandingPage() {
variant: "radial-gradient"}}
imagePosition="right"
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={[
{
value: "100+", label: "Projects Completed"},
@@ -64,12 +64,6 @@ export default function LandingPage() {
value: "3X", label: "Conversion Lift"},
]}
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"
imageAlt="Professional portrait of a web designer in a suit"
mediaAnimation="slide-up"
@@ -248,18 +242,10 @@ export default function LandingPage() {
label: "Testimonials", href: "#testimonials"},
{
label: "Contact", href: "#contact"},
{
label: "Email: ibkhen99@gmail.com", href: "mailto:ibkhen99@gmail.com"}
]
},
{
title: "Social", items: [
{
label: "LinkedIn", href: "#"},
{
label: "Twitter", href: "#"},
{
label: "Behance", href: "#"},
]
},
}
]}
bottomLeftText="© 2024 Ibrahim. All rights reserved."
bottomRightText="Built with Webild."