diff --git a/src/app/page.tsx b/src/app/page.tsx index 02a6b1a..428227d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,42 +47,21 @@ export default function LandingPage() {
@@ -123,25 +89,13 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "20+", - description: "Projects Completed", - }, + id: "m1", value: "20+", description: "Projects Completed"}, { - id: "m2", - value: "10+", - description: "Happy Clients", - }, + id: "m2", value: "10+", description: "Happy Clients"}, { - id: "m3", - value: "50K+", - description: "Views Generated", - }, + id: "m3", value: "50K+", description: "Views Generated"}, { - id: "m4", - value: "3+", - description: "Active Projects", - }, + id: "m4", value: "3+", description: "Active Projects"}, ]} title="Proven Performance" description="Numbers speak louder than words in digital marketing." @@ -156,26 +110,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "TikTok Campaign Growth", - price: "High Viral Potential", - variant: "Strategy Case Study", - imageSrc: "http://img.b2bpic.net/free-vector/appointment-booking-app-beauty-salon_23-2148545730.jpg?_wi=1", - }, + id: "p1", name: "TikTok Campaign Growth", price: "High Viral Potential", variant: "Strategy Case Study", imageSrc: "http://img.b2bpic.net/free-vector/appointment-booking-app-beauty-salon_23-2148545730.jpg"}, { - id: "p2", - name: "Facebook Ads Retargeting", - price: "Optimized ROI", - variant: "Ad Performance", - imageSrc: "http://img.b2bpic.net/free-vector/modern-timeline-concept_23-2147853984.jpg", - }, + id: "p2", name: "Facebook Ads Retargeting", price: "Optimized ROI", variant: "Ad Performance", imageSrc: "http://img.b2bpic.net/free-vector/modern-timeline-concept_23-2147853984.jpg"}, { - id: "p3", - name: "Full-Funnel Content Audit", - price: "Strategic Audit", - variant: "Strategy Analysis", - imageSrc: "http://img.b2bpic.net/free-vector/appointment-booking-app-beauty-salon_23-2148545730.jpg?_wi=2", - }, + id: "p3", name: "Full-Funnel Content Audit", price: "Strategic Audit", variant: "Strategy Analysis", imageSrc: "http://img.b2bpic.net/free-vector/appointment-booking-app-beauty-salon_23-2148545730.jpg"}, ]} title="Featured Marketing Projects" description="Real results delivered through targeted, high-intent advertising strategies." @@ -189,21 +128,11 @@ export default function LandingPage() { useInvertedBackground={true} negativeCard={{ items: [ - "Lack of data", - "Poor targeting", - "Low engagement", - "High CAC", - "Brand inconsistency", - ], + "Lack of data", "Poor targeting", "Low engagement", "High CAC", "Brand inconsistency"], }} positiveCard={{ items: [ - "SEO Optimization", - "TikTok & Facebook Ads", - "Audience Targeting", - "Content Strategy", - "Advanced Analytics", - ], + "SEO Optimization", "TikTok & Facebook Ads", "Audience Targeting", "Content Strategy", "Advanced Analytics"], }} title="Comprehensive Marketing Expertise" description="I bridge the gap between creative content and data-driven performance marketing." @@ -217,40 +146,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "John Doe", - handle: "@johndoe", - testimonial: "Adil transformed our TikTok ads performance. ROI is up 3x.", - imageSrc: "http://img.b2bpic.net/free-photo/great-beautiful-young-female-shows-thumbs-up-smiling-looking-camera_651396-3868.jpg?_wi=1", - }, + id: "t1", name: "John Doe", handle: "@johndoe", testimonial: "Adil transformed our TikTok ads performance. ROI is up 3x.", imageSrc: "http://img.b2bpic.net/free-photo/great-beautiful-young-female-shows-thumbs-up-smiling-looking-camera_651396-3868.jpg"}, { - id: "t2", - name: "Jane Smith", - handle: "@janesmith", - testimonial: "Highly recommended for audience targeting. Professional and result-oriented.", - imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-with-trendy-hairdo-frowns-face-with-pleasure_273609-8674.jpg", - }, + id: "t2", name: "Jane Smith", handle: "@janesmith", testimonial: "Highly recommended for audience targeting. Professional and result-oriented.", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-with-trendy-hairdo-frowns-face-with-pleasure_273609-8674.jpg"}, { - id: "t3", - name: "Mike Ross", - handle: "@mikeross", - testimonial: "The best SEO audit we've ever received. Immediate traffic boost.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-talking-using-sign-language_23-2148572518.jpg", - }, + id: "t3", name: "Mike Ross", handle: "@mikeross", testimonial: "The best SEO audit we've ever received. Immediate traffic boost.", imageSrc: "http://img.b2bpic.net/free-photo/couple-talking-using-sign-language_23-2148572518.jpg"}, { - id: "t4", - name: "Sarah Lee", - handle: "@sarahlee", - testimonial: "Exceptional content strategy. Definitely hiring again.", - imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-entrepreneur-focuses-his-business-career-development_482257-116941.jpg", - }, + id: "t4", name: "Sarah Lee", handle: "@sarahlee", testimonial: "Exceptional content strategy. Definitely hiring again.", imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-entrepreneur-focuses-his-business-career-development_482257-116941.jpg"}, { - id: "t5", - name: "David King", - handle: "@dking", - testimonial: "Data-driven approach that actually works. Exceptional ROI.", - imageSrc: "http://img.b2bpic.net/free-photo/great-beautiful-young-female-shows-thumbs-up-smiling-looking-camera_651396-3868.jpg?_wi=2", - }, + id: "t5", name: "David King", handle: "@dking", testimonial: "Data-driven approach that actually works. Exceptional ROI.", imageSrc: "http://img.b2bpic.net/free-photo/great-beautiful-young-female-shows-thumbs-up-smiling-looking-camera_651396-3868.jpg"}, ]} title="Client Feedback" description="What partners and clients say about working with me." @@ -263,22 +167,14 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "What is your primary focus?", - content: "I focus on high-converting TikTok and Facebook Ads strategies.", - }, + id: "f1", title: "What is your primary focus?", content: "I focus on high-converting TikTok and Facebook Ads strategies."}, { - id: "f2", - title: "How do you track performance?", - content: "I use advanced analytics to monitor KPIs and optimize campaigns daily.", - }, + id: "f2", title: "How do you track performance?", content: "I use advanced analytics to monitor KPIs and optimize campaigns daily."}, ]} ctaTitle="Ready to scale your business?" ctaDescription="Let's discuss how we can drive results for your brand. Reach out via WhatsApp." ctaButton={{ - text: "Contact on WhatsApp", - href: "https://wa.me/923281073479", - }} + text: "Contact on WhatsApp", href: "https://wa.me/923281073479"}} ctaIcon={MessageCircle} /> @@ -288,25 +184,17 @@ export default function LandingPage() { logoText="Adil Murad" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Projects", - href: "#projects", - }, + label: "Projects", href: "#projects"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]}