From 4bc98d70d4206c6fe8290c456e856a393f363a90 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 15:00:41 +0000 Subject: [PATCH 1/3] Add src/app/about/page.tsx --- src/app/about/page.tsx | 104 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 src/app/about/page.tsx diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..16d8365 --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,104 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; + +export default function AboutPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} From ae0494a201a0f4fa7635dcda9d2e4ea9d95a0186 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 15:00:42 +0000 Subject: [PATCH 2/3] Add src/app/contact-us/page.tsx --- src/app/contact-us/page.tsx | 111 ++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 src/app/contact-us/page.tsx diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx new file mode 100644 index 0000000..cff4b85 --- /dev/null +++ b/src/app/contact-us/page.tsx @@ -0,0 +1,111 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; + +export default function ContactUsPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} From f72e533da54713e7a16db1fef523ec5b72e5372c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 15:00:42 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 331 +++++++++++------------------------------------ 1 file changed, 75 insertions(+), 256 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cc6a68..cd83bee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,29 +32,17 @@ export default function LandingPage() { @@ -64,87 +52,47 @@ export default function LandingPage() { @@ -185,24 +123,15 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "About ", - }, + type: "text", content: "About "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1680.jpg", - alt: "ZConsulting team meeting", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1680.jpg", alt: "ZConsulting team meeting"}, { - type: "text", - content: "ZConsulting: Your Strategic Marketing Partner", - }, + type: "text", content: "ZConsulting: Your Strategic Marketing Partner"}, ]} buttons={[ { - text: "Learn More About Us", - href: "#", - }, + text: "Learn More About Us", href: "/about"}, ]} /> @@ -214,35 +143,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "seo", - title: "Search Engine Optimization (SEO)", - descriptions: [ - "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: "seo", title: "Search Engine Optimization (SEO)", descriptions: [ + "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", - title: "Social Media Marketing", - descriptions: [ - "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: "social-media", title: "Social Media Marketing", descriptions: [ + "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", - title: "Content Marketing", - descriptions: [ - "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", - }, + id: "content-marketing", title: "Content Marketing", descriptions: [ + "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" 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" useInvertedBackground={true} names={[ - "GlobalCorp", - "InnovateX", - "FusionTech", - "Apex Solutions", - "BrightSpark", - "Quantum Leap", - "Visionary Inc", - "Dynamic Co", - "Elite Ventures", - ]} + "GlobalCorp", "InnovateX", "FusionTech", "Apex Solutions", "BrightSpark", "Quantum Leap", "Visionary Inc", "Dynamic Co", "Elite Ventures"]} title="Trusted by Leading Brands" description="Our expertise has helped diverse businesses achieve significant marketing success and growth." /> @@ -276,64 +178,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "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: "1", name: "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", - name: "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: "2", name: "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", - name: "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: "3", name: "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", - name: "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: "4", name: "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", - name: "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", - }, + id: "5", name: "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={[ { - value: "+200%", - label: "Average ROI for clients", - }, + value: "+200%", label: "Average ROI for clients"}, { - value: "98%", - label: "Client Satisfaction Rate", - }, + value: "98%", label: "Client Satisfaction Rate"}, { - value: "10+", - label: "Years in Marketing Excellence", - }, + value: "10+", label: "Years in Marketing Excellence"}, ]} title="What Our Clients Say" 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} team={[ { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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"}, ]} title="Meet Our Expert Team" 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." inputs={[ { - name: "fullName", - type: "text", - placeholder: "Your Full Name", - required: true, + name: "fullName", type: "text", placeholder: "Your Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email Address", - required: true, + name: "email", type: "email", placeholder: "Your Email Address", required: true, }, { - name: "company", - type: "text", - placeholder: "Your Company Name", - }, + name: "company", type: "text", placeholder: "Your Company Name"}, ]} textarea={{ - name: "message", - placeholder: "Tell us about your project and needs...", - rows: 4, + name: "message", placeholder: "Tell us about your project and needs...", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/vacant-office-with-organized-technology_482257-119524.jpg" @@ -414,54 +254,33 @@ export default function LandingPage() {