diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a8c6a8..57fe863 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,37 +31,26 @@ export default function LandingPage() {
@@ -92,18 +78,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - id: "f1", label: "Performance", title: "Paid Acquisition", items: [ - "Facebook Ads Strategy", "Google Search Optimization", "Retargeting Campaigns"], - }, - { - id: "f2", label: "Strategy", title: "Growth Planning", items: [ - "Audience Personas", "Competitive Analysis", "Funnel Optimization"], - }, - { - id: "f3", label: "Creative", title: "Content & Design", items: [ - "Ad Creative Design", "Landing Page Copy", "Video Production"], - }, + { id: "f1", label: "Performance", title: "Paid Acquisition", items: ["Facebook Ads Strategy", "Google Search Optimization", "Retargeting Campaigns"] }, + { id: "f2", label: "Strategy", title: "Growth Planning", items: ["Audience Personas", "Competitive Analysis", "Funnel Optimization"] }, + { id: "f3", label: "Creative", title: "Content & Design", items: ["Ad Creative Design", "Landing Page Copy", "Video Production"] }, ]} title="Comprehensive Growth Engines" description="Integrated marketing strategies designed to convert at every stage of the customer journey." @@ -116,18 +93,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Sarah Johnson", role: "CEO", testimonial: "MHDX transformed our revenue model. Incredible team.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg"}, - { - id: "2", name: "Michael Chen", role: "CTO", testimonial: "Data-driven approach that consistently beats benchmarks.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097919.jpg"}, - { - id: "3", name: "Emily Rodriguez", role: "Marketing Director", testimonial: "Highly recommend for B2B brands looking to scale.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67066.jpg"}, - { - id: "4", name: "David Kim", role: "Product Manager", testimonial: "Professional, efficient, and transparent agency.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg"}, - { - id: "5", name: "Chloe Bennett", role: "Brand Manager", testimonial: "Finally found a partner that understands our ROI.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-manager-smiling-camera_482257-121357.jpg"}, - { - id: "6", name: "Alex Rivera", role: "Data Lead", testimonial: "The insights were game-changing for our bottom line.", imageSrc: "http://img.b2bpic.net/free-photo/excited-young-adult-woman-reacting-win-surprise-news-screaming-cheering-triumphing-achieve-go_1258-124618.jpg"}, + { id: "1", name: "Sarah Johnson", role: "CEO", testimonial: "MHDX transformed our revenue model. Incredible team.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg" }, + { id: "2", name: "Michael Chen", role: "CTO", testimonial: "Data-driven approach that consistently beats benchmarks.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097919.jpg" }, + { id: "3", name: "Emily Rodriguez", role: "Marketing Director", testimonial: "Highly recommend for B2B brands looking to scale.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67066.jpg" }, ]} title="What Our Partners Say" description="Proven results from brands we've helped scale globally." @@ -138,8 +106,7 @@ export default function LandingPage() { @@ -149,12 +116,9 @@ export default function LandingPage() {
@@ -164,12 +128,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "q1", title: "How do you measure success?", content: "We focus on bottom-line KPIs—revenue, ROAS, and customer acquisition costs."}, - { - id: "q2", title: "What industries do you serve?", content: "Our expertise spans B2B SaaS, e-commerce, and high-growth consumer brands."}, - { - id: "q3", title: "How often do you report?", content: "We provide real-time dashboards and weekly performance syncs for full transparency."}, + { id: "q1", title: "How do you measure success?", content: "We focus on bottom-line KPIs—revenue, ROAS, and customer acquisition costs." }, + { id: "q2", title: "What industries do you serve?", content: "Our expertise spans B2B SaaS, e-commerce, and high-growth consumer brands." }, ]} imageSrc="http://img.b2bpic.net/free-photo/diverse-businesspeople-analysing-financial-project-corporate-meeting-multiethnic-employees-group-listening-colleague-sharing-ideas-discussing-new-marketing-plan-comparing-data-from-tablet_482257-13516.jpg" title="Common Agency Questions" @@ -181,8 +141,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file