Compare commits
14 Commits
version_11
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 59774b9c02 | |||
| 07a61014a3 | |||
| 7523500f04 | |||
| 6000bcd9de | |||
| 680b75fff0 | |||
| 660bacf9f6 | |||
| aff87c862b | |||
| a625ee567e | |||
| b54023969b | |||
| 4490372f31 | |||
| 894d856dc3 | |||
| d7f52f307d | |||
| 2ae2b7ea9f | |||
| 28fa8eabc4 |
121
src/app/page.tsx
121
src/app/page.tsx
@@ -5,13 +5,12 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||||
import { CheckCircle, Gauge, Monitor, Sparkles, Star, TrendingUp, Zap } from "lucide-react";
|
import { Gauge, Monitor, Sparkles, TrendingUp, Zap, CheckCircle } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -38,13 +37,13 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Work", id: "work"},
|
name: "Work", id: "work"},
|
||||||
{
|
{
|
||||||
name: "Clients", id: "clients"},
|
name: "How It Works", id: "how-it-works"},
|
||||||
{
|
{
|
||||||
name: "Testimonials", id: "testimonials"},
|
name: "Clients", id: "clients"},
|
||||||
{
|
{
|
||||||
name: "Contact", id: "contact"},
|
name: "Contact", id: "contact"},
|
||||||
]}
|
]}
|
||||||
brandName="Portfolio"
|
brandName=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -53,33 +52,17 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient"}}
|
variant: "radial-gradient"}}
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Crafting Digital Experiences That Convert"
|
title="When people Google your shop, what do they find?"
|
||||||
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."
|
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"},
|
|
||||||
{
|
|
||||||
value: "95%", label: "Client Satisfaction"},
|
|
||||||
{
|
|
||||||
value: "3X", label: "Conversion Lift"},
|
|
||||||
]}
|
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
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"
|
kpis={[
|
||||||
imageAlt="Professional portrait of a web designer in a suit"
|
{ value: "95%", label: "Improved Search Rankings" },
|
||||||
mediaAnimation="slide-up"
|
{ value: "3X", label: "Conversion Rate Increase" },
|
||||||
avatars={[
|
{ value: "50+", label: "Happy Clients" }
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", 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", 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", alt: "Caucasian businesswoman standing with folded hands"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg", alt: "Young businesswoman with folded arms"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/businesswoman-with-black-glasses_1098-523.jpg", alt: "Businesswoman with black glasses"},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 100+ clients "
|
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 headshot of a web designer"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon", text: "Innovation", icon: Sparkles
|
type: "text-icon", text: "Innovation", icon: Sparkles
|
||||||
@@ -103,36 +86,25 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextSplitAbout
|
<SplitAbout
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="A Passion for Pixel-Perfect Performance"
|
imagePosition="right"
|
||||||
description={[
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781143312703-guy0l1k6.png"
|
||||||
"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." ]}
|
imageAlt="Headshot of Ibrahim, a local web designer"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
|
title="Why a local guy and not some company?"
|
||||||
|
description="Choosing a local guy like me over a big company means you get dedicated, personalized attention from someone deeply invested in your business's success. I bring years of experience to transform complex ideas into intuitive, high-converting digital solutions, offering strategic thinking and meticulous execution without the overheads or impersonal service of a large agency."
|
||||||
|
buttons={[]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
bulletPoints={[
|
||||||
|
{ title: "Personalized Service", description: "Dedicated, one-on-one attention ensures your vision is perfectly realized.", icon: CheckCircle },
|
||||||
|
{ title: "Proven Expertise", description: "Years of experience delivering high-converting, intuitive digital solutions.", icon: CheckCircle },
|
||||||
|
{ title: "Cost-Effective", description: "Achieve premium results without the hefty overhead of large agencies.", icon: CheckCircle }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="achievements" data-section="achievements">
|
|
||||||
<MetricCardOne
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
carouselMode="buttons"
|
|
||||||
metrics={[
|
|
||||||
{
|
|
||||||
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: "m3", value: "+30%", title: "Average Conversion Lift", description: "Optimizing designs and user flows for measurable growth.", icon: TrendingUp
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="My Impact, Quantified"
|
|
||||||
description="Real results from real projects. See the difference my expertise makes in driving success for clients."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="work" data-section="work">
|
<div id="work" data-section="work">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
@@ -165,27 +137,28 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="how-it-works" data-section="how-it-works">
|
||||||
<TestimonialCardFive
|
<FeatureCardTwelve
|
||||||
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
title="How It Works"
|
||||||
|
description="My simple, transparent process to get your shop found online, from initial look to ongoing success."
|
||||||
|
features={[
|
||||||
{
|
{
|
||||||
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"},
|
id: "step1", label: "Step 1", title: "Look First", items: ["I conduct a thorough analysis of your current online presence and business goals to identify opportunities."]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
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"},
|
id: "step2", label: "Step 2", title: "$50 and It's Live", items: ["A streamlined setup process gets a foundational, high-quality online presence up and running quickly for a minimal initial investment."]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
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"},
|
id: "step3", label: "Step 3", title: "$75/Month, Never Think About It", items: ["Enjoy ongoing maintenance, updates, and optimization without any hassle, ensuring your site always performs at its best."]
|
||||||
{
|
}
|
||||||
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"},
|
|
||||||
{
|
|
||||||
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"},
|
|
||||||
]}
|
]}
|
||||||
title="What My Clients Say"
|
|
||||||
description="Hear directly from clients who have experienced the impact of my design and development work."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="clients" data-section="clients">
|
<div id="clients" data-section="clients">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -230,6 +203,10 @@ export default function LandingPage() {
|
|||||||
label: "UI/UX Strategy", href: "#about"},
|
label: "UI/UX Strategy", href: "#about"},
|
||||||
{
|
{
|
||||||
label: "Consulting", href: "#contact"},
|
label: "Consulting", href: "#contact"},
|
||||||
|
{
|
||||||
|
label: "How It Works", href: "#how-it-works"},
|
||||||
|
{
|
||||||
|
label: "Email: ibkhen99@gmail.com", href: "mailto:ibkhen99@gmail.com"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -239,11 +216,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
label: "Portfolio", href: "#work"},
|
label: "Portfolio", href: "#work"},
|
||||||
{
|
{
|
||||||
label: "Testimonials", href: "#testimonials"},
|
label: "Contact", href: "#contact"}
|
||||||
{
|
|
||||||
label: "Contact", href: "#contact"},
|
|
||||||
{
|
|
||||||
label: "Email: ibkhen99@gmail.com", href: "mailto:ibkhen99@gmail.com"}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user