Update src/app/page.tsx

This commit is contained in:
2026-06-10 15:00:42 +00:00
parent ae0494a201
commit f72e533da5

View File

@@ -32,29 +32,17 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/#hero"},
id: "#hero",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "#about",
},
{ {
name: "Services", name: "Services", id: "/#services"},
id: "#services",
},
{ {
name: "Clients", name: "Clients", id: "/#clients"},
id: "#clients",
},
{ {
name: "Team", name: "Team", id: "/#team"},
id: "#team",
},
{ {
name: "Contact", name: "Contact", id: "/contact-us"},
id: "#contact",
},
]} ]}
brandName="ZConsulting" brandName="ZConsulting"
/> />
@@ -64,87 +52,47 @@ export default function LandingPage() {
<HeroSplitTestimonial <HeroSplitTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "downward-rays-animated-grid", variant: "downward-rays-animated-grid"}}
}}
title="Drive Your Growth with ZConsulting" title="Drive Your Growth with ZConsulting"
description="Expert marketing strategies tailored for your business. We help you achieve measurable results and connect with your audience effectively." description="Expert marketing strategies tailored for your business. We help you achieve measurable results and connect with your audience effectively."
testimonials={[ testimonials={[
{ {
name: "Ahmed Benali", name: "Ahmed Benali", handle: "@TechSolutions", testimonial: "ZConsulting transformed our online presence. Their data-driven approach delivered incredible ROI and customer engagement.", rating: 5,
handle: "@TechSolutions", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", imageAlt: "Ahmed Benali"},
testimonial: "ZConsulting transformed our online presence. Their data-driven approach delivered incredible ROI and customer engagement.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg",
imageAlt: "Ahmed Benali",
},
{ {
name: "Fatima Zahra", name: "Fatima Zahra", handle: "@FashionNova", testimonial: "The team at ZConsulting perfectly captured our brand's essence. Our campaigns have never been more impactful!", rating: 5,
handle: "@FashionNova", imageSrc: "http://img.b2bpic.net/free-photo/american-african-black-beautiful-business_1303-1344.jpg", imageAlt: "Fatima Zahra"},
testimonial: "The team at ZConsulting perfectly captured our brand's essence. Our campaigns have never been more impactful!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/american-african-black-beautiful-business_1303-1344.jpg",
imageAlt: "Fatima Zahra",
},
{ {
name: "Yassine El Amrani", name: "Yassine El Amrani", handle: "@StartupSpark", testimonial: "As a startup, we needed a strong launch. ZConsulting provided the strategic guidance and execution we needed to succeed.", rating: 5,
handle: "@StartupSpark", imageSrc: "http://img.b2bpic.net/free-photo/man-having-short-break-work-home_329181-14567.jpg", imageAlt: "Yassine El Amrani"},
testimonial: "As a startup, we needed a strong launch. ZConsulting provided the strategic guidance and execution we needed to succeed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-having-short-break-work-home_329181-14567.jpg",
imageAlt: "Yassine El Amrani",
},
{ {
name: "Nadia Cherkaoui", name: "Nadia Cherkaoui", handle: "@GlobalConnect", testimonial: "Their comprehensive marketing audit was incredibly insightful. We now have a clear roadmap for sustained growth.", rating: 5,
handle: "@GlobalConnect", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-celebrating-birthday_23-2150599010.jpg", imageAlt: "Nadia Cherkaoui"},
testimonial: "Their comprehensive marketing audit was incredibly insightful. We now have a clear roadmap for sustained growth.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-celebrating-birthday_23-2150599010.jpg",
imageAlt: "Nadia Cherkaoui",
},
{ {
name: "Omar Kettani", name: "Omar Kettani", handle: "@EcoInnovate", testimonial: "Working with ZConsulting was a game-changer. Their creative campaigns significantly boosted our brand recognition and sales.", rating: 5,
handle: "@EcoInnovate", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-bearded-hipster-jacket-red-sweater-dark-background_613910-1834.jpg", imageAlt: "Omar Kettani"},
testimonial: "Working with ZConsulting was a game-changer. Their creative campaigns significantly boosted our brand recognition and sales.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-bearded-hipster-jacket-red-sweater-dark-background_613910-1834.jpg",
imageAlt: "Omar Kettani",
},
]} ]}
tag="Your Growth Partner" tag="Your Growth Partner"
tagIcon={Zap} tagIcon={Zap}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Get a Free Consultation", text: "Get a Free Consultation", href: "/contact-us"},
href: "#contact",
},
{ {
text: "Explore Services", text: "Explore Services", href: "/#services"},
href: "#services",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", alt: "Ahmed Benali"},
alt: "Ahmed Benali",
},
{ {
src: "http://img.b2bpic.net/free-photo/beautiful-hispanic-woman-wearing-business-jacket-looking-confident-camera-smiling-with-crossed-arms-hand-raised-chin-thinking-positive_839833-8974.jpg", src: "http://img.b2bpic.net/free-photo/beautiful-hispanic-woman-wearing-business-jacket-looking-confident-camera-smiling-with-crossed-arms-hand-raised-chin-thinking-positive_839833-8974.jpg", alt: "Fatima Zahra"},
alt: "Fatima Zahra",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg", src: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg", alt: "Yassine El Amrani"},
alt: "Yassine El Amrani",
},
{ {
src: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-using-touchpad_1262-5858.jpg", src: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-using-touchpad_1262-5858.jpg", alt: "Nadia Cherkaoui"},
alt: "Nadia Cherkaoui",
},
{ {
src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", alt: "Confident businessman smiling"},
alt: "Confident businessman smiling",
},
]} ]}
avatarText="Join 200+ thriving businesses" avatarText="Join 200+ thriving businesses"
imageSrc="http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas-office_176420-1686.jpg" imageSrc="http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas-office_176420-1686.jpg"
@@ -152,29 +100,19 @@ export default function LandingPage() {
mediaAnimation="opacity" mediaAnimation="opacity"
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Innovation", icon: Lightbulb,
text: "Innovation",
icon: Lightbulb,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Strategy", icon: Target,
text: "Strategy",
icon: Target,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Results", icon: TrendingUp,
text: "Results",
icon: TrendingUp,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Growth", icon: Leaf,
text: "Growth",
icon: Leaf,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Success", icon: Award,
text: "Success",
icon: Award,
}, },
]} ]}
/> />
@@ -185,24 +123,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
heading={[ heading={[
{ {
type: "text", type: "text", content: "About "},
content: "About ",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1680.jpg", alt: "ZConsulting team meeting"},
src: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1680.jpg",
alt: "ZConsulting team meeting",
},
{ {
type: "text", type: "text", content: "ZConsulting: Your Strategic Marketing Partner"},
content: "ZConsulting: Your Strategic Marketing Partner",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Learn More About Us", text: "Learn More About Us", href: "/about"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -214,35 +143,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "seo", id: "seo", title: "Search Engine Optimization (SEO)", descriptions: [
title: "Search Engine Optimization (SEO)", "Improve your organic search rankings and drive qualified traffic to your website.", "Comprehensive keyword research, on-page optimization, and technical SEO audits."],
descriptions: [ imageSrc: "http://img.b2bpic.net/free-photo/top-view-keyboard-with-magnifier-wooden-background-vertical_176474-6278.jpg", imageAlt: "SEO strategy and analytics"},
"Improve your organic search rankings and drive qualified traffic to your website.",
"Comprehensive keyword research, on-page optimization, and technical SEO audits.",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-keyboard-with-magnifier-wooden-background-vertical_176474-6278.jpg",
imageAlt: "SEO strategy and analytics",
},
{ {
id: "social-media", id: "social-media", title: "Social Media Marketing", descriptions: [
title: "Social Media Marketing", "Build strong brand presence and engage with your audience across all major social platforms.", "Content creation, campaign management, community engagement, and performance tracking."],
descriptions: [ imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-woman-recording-video-her-room-has-camera-coffee-table-reviewing_1258-254315.jpg", imageAlt: "Social media marketing content"},
"Build strong brand presence and engage with your audience across all major social platforms.",
"Content creation, campaign management, community engagement, and performance tracking.",
],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-woman-recording-video-her-room-has-camera-coffee-table-reviewing_1258-254315.jpg",
imageAlt: "Social media marketing content",
},
{ {
id: "content-marketing", id: "content-marketing", title: "Content Marketing", descriptions: [
title: "Content Marketing", "Create valuable, relevant content that attracts, engages, and converts your target audience.", "Blog posts, articles, videos, infographics, and email newsletters tailored to your brand."],
descriptions: [ imageSrc: "http://img.b2bpic.net/free-photo/closeup-computer-laptop-screen-showing-ideas-wooden-table_53876-16088.jpg", imageAlt: "Content marketing strategy"},
"Create valuable, relevant content that attracts, engages, and converts your target audience.",
"Blog posts, articles, videos, infographics, and email newsletters tailored to your brand.",
],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-computer-laptop-screen-showing-ideas-wooden-table_53876-16088.jpg",
imageAlt: "Content marketing strategy",
},
]} ]}
title="Our Core Services" title="Our Core Services"
description="We offer a comprehensive suite of digital marketing services designed to elevate your brand and achieve your business objectives." description="We offer a comprehensive suite of digital marketing services designed to elevate your brand and achieve your business objectives."
@@ -254,16 +165,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"GlobalCorp", "GlobalCorp", "InnovateX", "FusionTech", "Apex Solutions", "BrightSpark", "Quantum Leap", "Visionary Inc", "Dynamic Co", "Elite Ventures"]}
"InnovateX",
"FusionTech",
"Apex Solutions",
"BrightSpark",
"Quantum Leap",
"Visionary Inc",
"Dynamic Co",
"Elite Ventures",
]}
title="Trusted by Leading Brands" title="Trusted by Leading Brands"
description="Our expertise has helped diverse businesses achieve significant marketing success and growth." description="Our expertise has helped diverse businesses achieve significant marketing success and growth."
/> />
@@ -276,64 +178,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5,
name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg", imageAlt: "Sarah Johnson"},
role: "CEO",
company: "TechCorp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg",
imageAlt: "Sarah Johnson",
},
{ {
id: "2", id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5,
name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg", imageAlt: "Michael Chen"},
role: "CTO",
company: "InnovateLab",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg",
imageAlt: "Michael Chen",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5,
name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/woman-studio-front-view_23-2148846674.jpg", imageAlt: "Emily Rodriguez"},
role: "Marketing Director",
company: "GrowthCo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-studio-front-view_23-2148846674.jpg",
imageAlt: "Emily Rodriguez",
},
{ {
id: "4", id: "4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5,
name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-age-couple-being-affectionate_23-2149016113.jpg", imageAlt: "David Kim"},
role: "Product Manager",
company: "StartupXYZ",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-age-couple-being-affectionate_23-2149016113.jpg",
imageAlt: "David Kim",
},
{ {
id: "5", id: "5", name: "Jessica Lee", role: "Founder", company: "CreativeHub", rating: 5,
name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-gesture-using-stylus-writing_53876-105189.jpg", imageAlt: "Jessica Lee"},
role: "Founder",
company: "CreativeHub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-gesture-using-stylus-writing_53876-105189.jpg",
imageAlt: "Jessica Lee",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "+200%", value: "+200%", label: "Average ROI for clients"},
label: "Average ROI for clients",
},
{ {
value: "98%", value: "98%", label: "Client Satisfaction Rate"},
label: "Client Satisfaction Rate",
},
{ {
value: "10+", value: "10+", label: "Years in Marketing Excellence"},
label: "Years in Marketing Excellence",
},
]} ]}
title="What Our Clients Say" title="What Our Clients Say"
description="Hear directly from the businesses we've helped succeed. Their growth is our greatest accomplishment." description="Hear directly from the businesses we've helped succeed. Their growth is our greatest accomplishment."
@@ -347,26 +213,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
team={[ team={[
{ {
id: "1", id: "1", name: "Amira Khan", role: "CEO & Lead Strategist", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-leader-talking-assistant-cafe_1262-1842.jpg", imageAlt: "Amira Khan"},
name: "Amira Khan",
role: "CEO & Lead Strategist",
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-leader-talking-assistant-cafe_1262-1842.jpg",
imageAlt: "Amira Khan",
},
{ {
id: "2", id: "2", name: "Karim Jilali", role: "Digital Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-digital-tablet_107420-65743.jpg", imageAlt: "Karim Jilali"},
name: "Karim Jilali",
role: "Digital Marketing Director",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-digital-tablet_107420-65743.jpg",
imageAlt: "Karim Jilali",
},
{ {
id: "3", id: "3", name: "Sofia Belhaj", role: "Head of Content & SEO", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg", imageAlt: "Sofia Belhaj"},
name: "Sofia Belhaj",
role: "Head of Content & SEO",
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg",
imageAlt: "Sofia Belhaj",
},
]} ]}
title="Meet Our Expert Team" title="Meet Our Expert Team"
description="Our diverse team of marketing professionals brings a wealth of experience and passion to every project." description="Our diverse team of marketing professionals brings a wealth of experience and passion to every project."
@@ -380,27 +231,16 @@ export default function LandingPage() {
description="Ready to take your marketing to the next level? Fill out the form below and we'll get back to you shortly." description="Ready to take your marketing to the next level? Fill out the form below and we'll get back to you shortly."
inputs={[ inputs={[
{ {
name: "fullName", name: "fullName", type: "text", placeholder: "Your Full Name", required: true,
type: "text",
placeholder: "Your Full Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email Address", required: true,
type: "email",
placeholder: "Your Email Address",
required: true,
}, },
{ {
name: "company", name: "company", type: "text", placeholder: "Your Company Name"},
type: "text",
placeholder: "Your Company Name",
},
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Tell us about your project and needs...", rows: 4,
placeholder: "Tell us about your project and needs...",
rows: 4,
required: true, required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/vacant-office-with-organized-technology_482257-119524.jpg" imageSrc="http://img.b2bpic.net/free-photo/vacant-office-with-organized-technology_482257-119524.jpg"
@@ -414,54 +254,33 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "SEO", label: "SEO", href: "/#services"},
href: "#services",
},
{ {
label: "Social Media", label: "Social Media", href: "/#services"},
href: "#services",
},
{ {
label: "Content Marketing", label: "Content Marketing", href: "/#services"},
href: "#services",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "#about",
},
{ {
label: "Team", label: "Team", href: "/#team"},
href: "#team",
},
{ {
label: "Contact", label: "Contact", href: "/contact-us"},
href: "#contact",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "Blog", label: "Blog", href: "#"},
href: "#",
},
{ {
label: "Case Studies", label: "Case Studies", href: "#"},
href: "#",
},
{ {
label: "FAQ", label: "FAQ", href: "#"},
href: "#",
},
], ],
}, },
]} ]}