Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||||
import { Gauge, Monitor, Sparkles, 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 (
|
||||||
@@ -55,6 +55,11 @@ export default function LandingPage() {
|
|||||||
title="When people Google your shop, what do they find?"
|
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."
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
|
kpis={[
|
||||||
|
{ value: "95%", label: "Improved Search Rankings" },
|
||||||
|
{ value: "3X", label: "Conversion Rate Increase" },
|
||||||
|
{ value: "50+", label: "Happy Clients" }
|
||||||
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-entrepreneur-formal-wear-glasses-looking-camera-standing-against-white-wall_176420-11756.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-entrepreneur-formal-wear-glasses-looking-camera-standing-against-white-wall_176420-11756.jpg"
|
||||||
imageAlt="Professional headshot of a web designer"
|
imageAlt="Professional headshot of a web designer"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -91,6 +96,12 @@ export default function LandingPage() {
|
|||||||
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."
|
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={[]}
|
buttons={[]}
|
||||||
buttonAnimation="slide-up"
|
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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user