diff --git a/src/app/page.tsx b/src/app/page.tsx index f1fbe57..8877684 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,32 +47,15 @@ export default function LandingPage() {
@@ -193,16 +129,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "TechCorp", - "InnovateLab", - "GrowthCo", - "StartupXYZ", - "DigitalFlow", - "BrandRise", - "FutureAgency", - ]} + "TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DigitalFlow", "BrandRise", "FutureAgency"]} title="Partners & Clients" tag="Trusted by" + description="Trusted by innovative companies across the industry." />
@@ -211,30 +141,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", - }, + id: "t1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg"}, { - id: "t2", - name: "Michael Chen", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145125.jpg", - }, + id: "t2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145125.jpg"}, { - id: "t3", - name: "Emily Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/paralysed-disabled-invalid-handicapped-work-colleague-looking-front-tired-upset-caused-his-disabilities-working-economic-business-office_482257-2084.jpg", - }, + id: "t3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/paralysed-disabled-invalid-handicapped-work-colleague-looking-front-tired-upset-caused-his-disabilities-working-economic-business-office_482257-2084.jpg"}, { - id: "t4", - name: "David Kim", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg", - }, + id: "t4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg"}, { - id: "t5", - name: "Jessica Lee", - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-from-home_23-2148916091.jpg", - }, + id: "t5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-from-home_23-2148916091.jpg"}, ]} cardTitle="What People Say" cardTag="Testimonials" @@ -248,20 +163,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Are you currently accepting new projects?", - content: "Yes, I am always open to discussing new opportunities.", - }, + id: "f1", title: "Are you currently accepting new projects?", content: "Yes, I am always open to discussing new opportunities."}, { - id: "f2", - title: "Do you focus on specific industries?", - content: "I enjoy working across diverse sectors but have a strong focus on SaaS and digital startups.", - }, + id: "f2", title: "Do you focus on specific industries?", content: "I enjoy working across diverse sectors but have a strong focus on SaaS and digital startups."}, { - id: "f3", - title: "Can you handle end-to-end campaigns?", - content: "Absolutely, from research and ideation to execution and analysis.", - }, + id: "f3", title: "Can you handle end-to-end campaigns?", content: "Absolutely, from research and ideation to execution and analysis."}, ]} title="Common Questions" description="Everything you need to know about my experience and availability." @@ -273,16 +179,13 @@ export default function LandingPage() {