From ff838e50c39e5c81933ab7f3986aa50be0238436 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 09:17:49 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 242 ++++++++++++++++++----------------------- 1 file changed, 103 insertions(+), 139 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index aaae89c..238ee6a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,165 +6,129 @@ import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TeamOverlayCards from '@/components/sections/team/TeamOverlayCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { Award, Clock, DollarSign, LineChart, Shield, Target, TrendingUp, Users, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ brand="Performance Marketing That Turns Attention Into Revenue" + description="Majd Creative helps businesses generate leads, conversations, and sales through data-driven advertising and growth systems." + primaryButton={{ text: "Book a Strategy Call", href: "https://wa.me/201055604342" }} + secondaryButton={{ text: "View Results", href: "#results" }} + imageSrc="http://img.b2bpic.net/free-photo/3d-digital-background-with-golden-flowing-cyber-dots_1048-12781.jpg" + /> +
+
-
- +
+ - -
+ tag="Measurable Impact" + title="Data-Backed Growth" + description="We don't guess. We optimize based on real-time performance indicators to scale your business." + metrics={[ + { icon: "DollarSign", title: "Budget Managed", value: "$5M+" }, + { icon: "TrendingUp", title: "Best ROAS", value: "12.4x" }, + { icon: "Users", title: "Leads Generated", value: "50k+" }, + { icon: "LineChart", title: "Campaigns Run", value: "200+" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Case Studies" + title="Real Campaigns, Real Results" + description="Evidence-based marketing strategies that deliver high-growth results across multiple industries." + items={[ + { title: "E-commerce Growth", description: "Scaled revenue by 300% through optimized Meta funnel management.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/business-report-graphs-charts-business-concept_1150-2253.jpg" }, + { title: "Lead Gen Scaling", description: "Reduced CPA by 45% while increasing high-quality lead volume.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/tracking-computing-talk-lens-flare-close-up_1134-674.jpg" }, + { title: "Campaign Optimization", description: "Strategic campaign refinement led to record-breaking ROAS.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/group-young-business-people-working-office_158595-5209.jpg" }, + { title: "Fashion Brand Scale", description: "Full-funnel creative development that captured market share.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-coworkers-analyzing-business-charts-infographics-data-laptop-software-people-doing-teamwork-collaboration-create-paper-reviews-professional-report-close-up_482257-48646.jpg" }, + { title: "Local Service Growth", description: "Hyper-local geo-fencing strategies that maximized foot traffic.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-indoors_23-2149321587.jpg" }, + { title: "App User Acquisition", description: "Data-driven audience targeting that lowered CPL significantly.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/office-material-frame-table_23-2148148326.jpg" }, + { title: "Global Brand Expansion", description: "Cross-market strategy execution driving multi-channel growth.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/business-person-hand-holding-financial-statistics-displayed-t_1150-772.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Our Expertise" + title="Comprehensive Marketing Systems" + description="End-to-end performance marketing management built for high-growth businesses." + features={[ + { title: "Performance Strategy", description: "Building sustainable growth systems.", bentoComponent: "animated-bar-chart" }, + { title: "Meta Ads Management", description: "Scaling campaigns with laser targeting.", bentoComponent: "orbiting-icons", centerIcon: "Zap", orbitIcons: ["Facebook", "Instagram", "Settings"] }, + { title: "Conversion Rate Optimization", description: "Turning visitors into loyal customers.", bentoComponent: "info-card-marquee", infoCards: [{ icon: "Target", label: "Conversion Rate", value: "15%" }, { icon: "Clock", label: "Optimization Speed", value: "24h" }] }, + ]} + /> +
+
-
- +
+ - -
+ tag="Agency Philosophy" + title="Performance Over Everything" + description="At Majd Creative, we operate on the fundamental belief that marketing exists for one reason: to generate business outcomes." + items={[ + { icon: "Shield", title: "Data-First Decision Making", description: "Every cent spent is tracked, measured, and analyzed." }, + { icon: "Zap", title: "Continuous Optimization", description: "We never settle; we refine campaigns until they peak." }, + { icon: "Award", title: "ROI-Driven Performance", description: "Our success is directly linked to your bottom line." }, + ]} + imageSrc="http://img.b2bpic.net/free-photo/keyboard-spiral-notepad-coffee-cup-eyeglasses-pen-wooden-desk_23-2148042064.jpg" + /> +
+
-
- +
+ - -
+ quote="Majd Creative fundamentally changed how we view our acquisition funnel. Their performance-based approach is unmatched in the current market." + rating={5} + author="CEO, E-Commerce Global" + avatars={[ + { name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/aspirated-confident-businesswoman-looking-forward_1262-5277.jpg" }, + { name: "Michael K.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg" }, + { name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg" }, + { name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg" }, + { name: "Tamer H.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Leadership" + title="Growth-Focused Strategy" + description="Led by Ahmed Mohammed, we bridge the gap between creative storytelling and data-driven performance to scale businesses globally." + members={[ + { name: "Ahmed Mohammed", role: "Founder & Lead Strategist", imageSrc: "http://img.b2bpic.net/free-photo/senior-lecturer-with-arms-crossed-flipchart_1262-1903.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Let's Scale" + text="Ready To Scale Your Business?" + primaryButton={{ text: "Contact Ahmed on WhatsApp", href: "https://wa.me/201055604342" }} + secondaryButton={{ text: "View Full Case Studies", href: "#case-studies" }} + /> +
+
); } -- 2.49.1