35 Commits

Author SHA1 Message Date
d7f52f307d Merge version_12 into main
Merge version_12 into main
2026-06-11 01:10:56 +00:00
2ae2b7ea9f Update src/app/page.tsx 2026-06-11 01:10:53 +00:00
28fa8eabc4 Merge version_11 into main
Merge version_11 into main
2026-06-11 01:08:10 +00:00
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
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
9b03f9b119 Update src/app/page.tsx 2026-06-11 00:55:07 +00:00
de4706f7bb Merge version_5 into main
Merge version_5 into main
2026-06-11 00:48:16 +00:00
d9119dd708 Update src/app/page.tsx 2026-06-11 00:48:13 +00:00
6079c47ec2 Merge version_4 into main
Merge version_4 into main
2026-06-11 00:44:19 +00:00
73b7dccada Update src/app/page.tsx 2026-06-11 00:44:16 +00:00
1484077af1 Merge version_3 into main
Merge version_3 into main
2026-06-11 00:37:56 +00:00
33e16b2e05 Update src/app/page.tsx 2026-06-11 00:37:53 +00:00
99c1640e40 Merge version_3 into main
Merge version_3 into main
2026-06-11 00:33:46 +00:00
c942085353 Update src/app/page.tsx 2026-06-11 00:33:40 +00:00
5fcb56315e Merge version_3 into main
Merge version_3 into main
2026-06-11 00:31:24 +00:00
913f58c318 Update src/app/page.tsx 2026-06-11 00:31:21 +00:00
8554a5b6a2 Merge version_3 into main
Merge version_3 into main
2026-06-11 00:29:19 +00:00
78bb31c1ad Update src/app/page.tsx 2026-06-11 00:29:16 +00:00
1180ecada7 Merge version_2 into main
Merge version_2 into main
2026-06-11 00:26:39 +00:00
74472288c7 Update src/app/page.tsx 2026-06-11 00:26:33 +00:00
d824dd3080 Merge version_2 into main
Merge version_2 into main
2026-06-11 00:24:45 +00:00
06cc1ffd64 Update src/app/page.tsx 2026-06-11 00:24:42 +00:00
60b3a14693 Merge version_2 into main
Merge version_2 into main
2026-06-11 00:03:22 +00:00
72bd80f19f Update src/app/page.tsx 2026-06-11 00:03:19 +00:00
ec1eedb482 Merge version_1 into main
Merge version_1 into main
2026-06-10 23:38:42 +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,118 +32,69 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "home"},
id: "#home",
},
{ {
name: "About", name: "About", id: "about"},
id: "#about",
},
{ {
name: "Work", name: "Work", id: "work"},
id: "#work",
},
{ {
name: "Clients", name: "Clients", id: "clients"},
id: "#clients",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "#testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "#contact",
},
]} ]}
brandName="My Portfolio" brandName="Portfolio"
/> />
</div> </div>
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroSplitKpi <HeroSplitKpi
background={{ background={{
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+", value: "100+", label: "Projects Completed"},
label: "Projects Completed",
},
{ {
value: "95%", value: "95%", label: "Client Satisfaction"},
label: "Client Satisfaction",
},
{ {
value: "3X", value: "3X", label: "Conversion Lift"},
label: "Conversion Lift",
},
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ 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"
text: "View My Work",
href: "#work",
},
{
text: "Get in Touch",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-lady-designer-sitting-indoors-night-drawing-sketches_171337-15903.jpg"
imageAlt="Professional portrait of a web designer"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", alt: "Smiling blonde businesswoman"},
alt: "Smiling blonde businesswoman",
},
{ {
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", alt: "Blonde business woman with eyeglasses"},
alt: "Blonde business woman with eyeglasses",
},
{ {
src: "http://img.b2bpic.net/free-photo/content-caucasian-businesswoman-standing-with-folded-hands-portrait-confident-adult-beautiful-female-office-employer-black-blouse-posing-work-business-company-management-concept_74855-6952.jpg", src: "http://img.b2bpic.net/free-photo/content-caucasian-businesswoman-standing-with-folded-hands-portrait-confident-adult-beautiful-female-office-employer-black-blouse-posing-work-business-company-management-concept_74855-6952.jpg", alt: "Caucasian businesswoman standing with folded hands"},
alt: "Caucasian businesswoman standing with folded hands",
},
{ {
src: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg", src: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg", alt: "Young businesswoman with folded arms"},
alt: "Young businesswoman with folded arms",
},
{ {
src: "http://img.b2bpic.net/free-photo/businesswoman-with-black-glasses_1098-523.jpg", src: "http://img.b2bpic.net/free-photo/businesswoman-with-black-glasses_1098-523.jpg", alt: "Businesswoman with black glasses"},
alt: "Businesswoman with black glasses",
},
]} ]}
avatarText="Trusted by 100+ clients " avatarText="Trusted by 100+ clients "
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Innovation", icon: Sparkles
text: "Innovation",
icon: Sparkles,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Efficiency", icon: Gauge
text: "Efficiency",
icon: Gauge,
}, },
{ {
type: "text-icon", type: "text-icon", text: "User Experience", icon: Monitor
text: "User Experience",
icon: Monitor,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Scalability", icon: TrendingUp
text: "Scalability",
icon: TrendingUp,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Performance", icon: Zap
text: "Performance",
icon: Zap,
}, },
]} ]}
marqueeSpeed={40} marqueeSpeed={40}
@@ -156,9 +107,16 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
title="A Passion for Pixel-Perfect Performance" title="A Passion for Pixel-Perfect Performance"
description={[ description={[
"As a dedicated web designer and developer, I specialize in transforming complex ideas into intuitive, aesthetically pleasing, and highly functional digital solutions. My approach combines strategic thinking with meticulous execution to ensure every project not only looks exceptional but also achieves its business objectives.", "As a dedicated web designer and developer, I specialize in transforming complex ideas into intuitive, aesthetically pleasing, and highly functional digital solutions. My approach combines strategic thinking with meticulous execution to ensure every project not only looks exceptional but also achieves its business objectives.", "With years of experience across various industries, I've honed my skills in creating responsive, high-performance websites and user-centric applications. I thrive on problem-solving and am committed to staying at the forefront of design and development trends to deliver cutting-edge results for my clients." ]}
"With years of experience across various industries, I've honed my skills in creating responsive, high-performance websites and user-centric applications. I thrive on problem-solving and am committed to staying at the forefront of design and development trends to deliver cutting-edge results for my clients.", buttons={[
{
text: "View My Portfolio", href: "#work"
},
{
text: "Connect With Me", href: "#contact"
}
]} ]}
buttonAnimation="slide-up"
/> />
</div> </div>
@@ -171,25 +129,13 @@ export default function LandingPage() {
carouselMode="buttons" carouselMode="buttons"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "100+", title: "Successful Projects", description: "Delivering exceptional web experiences for diverse clients.", icon: CheckCircle
value: "100+",
title: "Successful Projects",
description: "Delivering exceptional web experiences for diverse clients.",
icon: CheckCircle,
}, },
{ {
id: "m2", id: "m2", value: "98%", title: "Client Satisfaction", description: "Building strong relationships through reliable and impactful work.", icon: Star
value: "98%",
title: "Client Satisfaction",
description: "Building strong relationships through reliable and impactful work.",
icon: Star,
}, },
{ {
id: "m3", id: "m3", value: "+30%", title: "Average Conversion Lift", description: "Optimizing designs and user flows for measurable growth.", icon: TrendingUp
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"
@@ -205,65 +151,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", brand: "", name: "Automotive Project ", price: "", rating: 5,
brand: "Tech Solutions", reviewCount: "25", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134678368-5c2qrpas.png", imageAlt: "AI SaaS Platform Dashboard"},
name: "AI SaaS Platform",
price: "View Case Study",
rating: 5,
reviewCount: "25",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134678368-5c2qrpas.png",
imageAlt: "AI SaaS Platform Dashboard",
},
{ {
id: "p2", id: "p2", brand: "", name: "Automotive Project ", price: "", rating: 5,
brand: "Global Ventures", reviewCount: "18", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134469186-xp7xy5lm.png", imageAlt: "Corporate Website Homepage"},
name: "Corporate Redesign",
price: "View Case Study",
rating: 5,
reviewCount: "18",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134469186-xp7xy5lm.png",
imageAlt: "Corporate Website Homepage",
},
{ {
id: "p3", id: "p3", brand: "", name: "Autobody project ", price: "", rating: 4,
brand: "E-Learning Hub", reviewCount: "30", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134490666-z1gftx3q.png", imageAlt: "Online Course Platform UI"},
name: "Online Course Portal",
price: "View Case Study",
rating: 4,
reviewCount: "30",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134490666-z1gftx3q.png",
imageAlt: "Online Course Platform UI",
},
{ {
id: "p4", id: "p4", brand: "", name: "Autobody Project ", price: "", rating: 5,
brand: "Insight Blog", reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134511954-f922btm0.png", imageAlt: "Modern Blog Interface"},
name: "Modern Content Hub",
price: "View Case Study",
rating: 5,
reviewCount: "12",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134511954-f922btm0.png",
imageAlt: "Modern Blog Interface",
},
{ {
id: "p5", id: "p5", brand: "", name: "Roofing Project ", price: "", rating: 4,
brand: "Urban Living", reviewCount: "22", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134662725-kuyphl0l.png", imageAlt: "Real Estate Listing Website"},
name: "Real Estate Portal",
price: "View Case Study",
rating: 4,
reviewCount: "22",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134662725-kuyphl0l.png",
imageAlt: "Real Estate Listing Website",
},
{ {
id: "p6", id: "p6", brand: "", name: "Roofing Project ", price: "", rating: 5,
brand: "Gourmet Eats", reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134689001-yl8r30sw.png", imageAlt: "Restaurant Online Ordering"},
name: "Restaurant Ordering Site",
price: "View Case Study",
rating: 5,
reviewCount: "15",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134689001-yl8r30sw.png",
imageAlt: "Restaurant Online Ordering",
},
]} ]}
title="Showcasing My Award-Winning Web Projects" title="Showcasing My Award-Winning Web Projects"
description="Explore a selection of high-performing websites I've designed and developed for clients across various industries." description="Explore a selection of high-performing websites I've designed and developed for clients across various industries."
@@ -276,65 +180,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", date: "April 2026", title: "Exceptional Vision & Execution", quote: "Working with Ibrahim was a game-changer for our online presence. Their ability to translate our vision into a high-performing website exceeded all expectations. We saw immediate improvements in user engagement and conversions.", tag: "SaaS Startup", avatarSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", avatarAlt: "Sarah Johnson avatar", imageSrc: "http://img.b2bpic.net/free-photo/wooden-workspace-design_1048-1772.jpg", imageAlt: "Team collaboration"},
name: "Sarah Johnson",
date: "March 2024",
title: "Exceptional Vision & Execution",
quote: "Working with [Your Name] was a game-changer for our online presence. Their ability to translate our vision into a high-performing website exceeded all expectations. We saw immediate improvements in user engagement and conversions.",
tag: "SaaS Startup",
avatarSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
avatarAlt: "Sarah Johnson avatar",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-workspace-design_1048-1772.jpg",
imageAlt: "Team collaboration",
},
{ {
id: "2", id: "2", name: "Michael Chen", date: "February 2026", title: "Strategic Design Partner", quote: "Ibrahim is not just a designer; they're a strategic partner. Their insights into user experience and conversion optimization were invaluable. Our new platform is not only beautiful but incredibly effective.", tag: "Fintech Company", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", avatarAlt: "Michael Chen avatar", imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", imageAlt: "Data analytics dashboard"},
name: "Michael Chen",
date: "February 2024",
title: "Strategic Design Partner",
quote: "[Your Name] is not just a designer; they're a strategic partner. Their insights into user experience and conversion optimization were invaluable. Our new platform is not only beautiful but incredibly effective.",
tag: "Fintech Company",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
avatarAlt: "Michael Chen avatar",
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg",
imageAlt: "Data analytics dashboard",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", date: "January 2026", title: "Flawless Execution", quote: "The attention to detail and commitment to quality from Ibrahim are truly remarkable. Our project was delivered on time, within budget, and with flawless execution. Highly recommended!", tag: "Marketing Agency", avatarSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", avatarAlt: "Emily Rodriguez avatar", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-chatting-desk_23-2149345216.jpg", imageAlt: "Creative brainstorming"},
name: "Emily Rodriguez",
date: "January 2024",
title: "Flawless Execution",
quote: "The attention to detail and commitment to quality from [Your Name] are truly remarkable. Our project was delivered on time, within budget, and with flawless execution. Highly recommended!",
tag: "Marketing Agency",
avatarSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg",
avatarAlt: "Emily Rodriguez avatar",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-chatting-desk_23-2149345216.jpg",
imageAlt: "Creative brainstorming",
},
{ {
id: "4", id: "4", name: "David Kim", date: "April 2026", title: "Beyond Expectations", quote: "I've worked with many developers, but Ibrahim's dedication stands out. They went above and beyond to ensure every feature functioned perfectly and that the design was pixel-perfect. A true professional.", tag: "E-commerce Brand", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg", avatarAlt: "David Kim avatar", imageSrc: "http://img.b2bpic.net/free-photo/people-innovations-technology-businesspeople-studying-financial-data-touch-pad-pc-with-concentrated-look_273609-5536.jpg", imageAlt: "Developers coding"},
name: "David Kim",
date: "December 2023",
title: "Beyond Expectations",
quote: "I've worked with many developers, but [Your Name]'s dedication stands out. They went above and beyond to ensure every feature functioned perfectly and that the design was pixel-perfect. A true professional.",
tag: "E-commerce Brand",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg",
avatarAlt: "David Kim avatar",
imageSrc: "http://img.b2bpic.net/free-photo/people-innovations-technology-businesspeople-studying-financial-data-touch-pad-pc-with-concentrated-look_273609-5536.jpg",
imageAlt: "Developers coding",
},
{ {
id: "5", id: "5", name: "Jessica Lee", date: "May 2026 ", title: "Transformative Results", quote: "Our old website was underperforming. Ibrahim transformed it into a modern, high-converting machine. The results speak for themselves: increased traffic, engagement, and sales!", tag: "Consulting Firm", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg", avatarAlt: "Jessica Lee avatar", imageSrc: "http://img.b2bpic.net/free-photo/executives-greeting-each-other_1098-2853.jpg", imageAlt: "Business meeting"},
name: "Jessica Lee",
date: "November 2023",
title: "Transformative Results",
quote: "Our old website was underperforming. [Your Name] transformed it into a modern, high-converting machine. The results speak for themselves: increased traffic, engagement, and sales!",
tag: "Consulting Firm",
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg",
avatarAlt: "Jessica Lee avatar",
imageSrc: "http://img.b2bpic.net/free-photo/executives-greeting-each-other_1098-2853.jpg",
imageAlt: "Business meeting",
},
]} ]}
title="What My Clients Say" title="What My Clients Say"
description="Hear directly from clients who have experienced the impact of my design and development work." description="Hear directly from clients who have experienced the impact of my design and development work."
@@ -346,14 +200,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Global Innovations", "Global Innovations", "Digital Dynamics", "Apex Solutions", "Creative Edge Studio", "FutureScape Tech", "Catalyst Brands", "Streamline Services"]}
"Digital Dynamics",
"Apex Solutions",
"Creative Edge Studio",
"FutureScape Tech",
"Catalyst Brands",
"Streamline Services",
]}
title="Trusted by Diverse Industries" title="Trusted by Diverse Industries"
description="My commitment to excellence has earned the trust of clients ranging from startups to established enterprises." description="My commitment to excellence has earned the trust of clients ranging from startups to established enterprises."
speed={40} speed={40}
@@ -365,11 +212,10 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Let's Collaborate" tag="Let's Collaborate"
title="Ready to Start Your Next Project?" title="Ready to Start Your Next Project?"
description="Whether you have a specific vision or need help defining your digital strategy, I'm here to help. Reach out and let's discuss how I can elevate your online presence." description="Whether you have a specific vision or need help defining your digital strategy, I'm here to help. Reach out and let's discuss how I can elevate your online presence. You can also email me directly at ibkhen99@gmail.com."
imageSrc="http://img.b2bpic.net/free-photo/woman-using-smartphone-text-with-chat-bubbles_23-2151989429.jpg" imageSrc="http://img.b2bpic.net/free-photo/woman-using-smartphone-text-with-chat-bubbles_23-2151989429.jpg"
imageAlt="Person working at a desk" imageAlt="Person working at a desk"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -384,66 +230,33 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Web Design", label: "Web Design", href: "#work"},
href: "#work", {
label: "Development", href: "#work"},
{
label: "UI/UX Strategy", href: "#about"},
{
label: "Consulting", href: "#contact"},
{
label: "Email: ibkhen99@gmail.com", href: "mailto:ibkhen99@gmail.com"}
]
}, },
{ {
label: "Development", title: "Company", items: [
href: "#work",
},
{ {
label: "UI/UX Strategy", label: "About Me", href: "#about"},
href: "#about",
},
{ {
label: "Consulting", label: "Portfolio", href: "#work"},
href: "#contact",
},
],
},
{ {
title: "Company", label: "Testimonials", href: "#testimonials"},
items: [
{ {
label: "About Me", label: "Contact", href: "#contact"}
href: "#about", ]
}, }
{
label: "Portfolio",
href: "#work",
},
{
label: "Testimonials",
href: "#testimonials",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Social",
items: [
{
label: "LinkedIn",
href: "#",
},
{
label: "Twitter",
href: "#",
},
{
label: "Behance",
href: "#",
},
],
},
]} ]}
bottomLeftText="© 2024 Your Name. All rights reserved." bottomLeftText="© 2024 Ibrahim. All rights reserved."
bottomRightText="Built with Webild." bottomRightText="Built with Webild."
/> />
</div> </div>