From 17efad3d84cee90752a70f4b3fdc584ecfc06b57 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 08:27:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 76 +++++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 39 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec93e32..6f1c3e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,7 +26,7 @@ export default function LandingPage() { cardStyle="soft-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" - headingFontWeight="light" + headingFontWeight="semibold" >
@@ -114,9 +114,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "InnovateTech", "GrowthLab", "BrandNest", "ScaleFast", "DigitalReach", "MarketOne", "FuturePro"]} - title="Trusted By Brands" - description="Companies I have helped scale to the next level of growth." + "GlobalTech Inc", "Growth Partners", "Scale Ventures", "Elite Retail", "Digital Assets", "Future Media", "Visionary Group"]} + title="Industry Recognition" + description="Partnering with market leaders to redefine digital potential." />
@@ -126,15 +126,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Sarah Miller", handle: "@sarahm", testimonial: "Arooj transformed our SEO performance.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-businessman-trendy-suit-smiling-standing-against-white-background_1258-170863.jpg" }, - { id: "2", name: "John Doe", handle: "@johnd", testimonial: "Excellent strategy and execution.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg" }, - { id: "3", name: "Elena Rodriguez", handle: "@elenar", testimonial: "Very professional and data-driven.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg" }, - { id: "4", name: "Michael Tan", handle: "@michaelt", testimonial: "A clear roadmap and amazing results.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-person-presenting-new-year-2023_1048-17676.jpg" }, - { id: "5", name: "Laura Smith", handle: "@lauras", testimonial: "Arooj is simply the best in the business.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, + { id: "1", name: "Sarah Miller", handle: "CEO, GrowthLab", testimonial: "Arooj defines professional digital strategy. Exceptional clarity and results.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-businessman-trendy-suit-smiling-standing-against-white-background_1258-170863.jpg" }, + { id: "2", name: "John Doe", handle: "Director, Innovate", testimonial: "The roadmap provided was exactly what our business needed to pivot successfully.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg" }, + { id: "3", name: "Elena Rodriguez", handle: "COO, FuturePro", testimonial: "Unparalleled industry knowledge and execution efficiency.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg" }, ]} showRating={true} - title="Client Success" - description="Hear what my partners say about working together." + title="Executive Feedback" + description="Insights from business leaders in the field." /> @@ -143,12 +141,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { id: "q1", title: "What is your process?", content: "Audit and strategy." }, - { id: "q2", title: "How long do results take?", content: "3-6 months." }, - { id: "q3", title: "Do you work with startups?", content: "Yes." }, + { id: "q1", title: "How is your consulting approach structured?", content: "I lead with a comprehensive audit and bespoke strategy execution model." }, + { id: "q2", title: "What is the expected timeline for growth?", content: "Results typically begin to materialize within the first quarter, with compounding growth in subsequent phases." }, + { id: "q3", title: "Do you work with high-growth startups?", content: "My expertise is best applied to brands that are prepared for data-backed scaling and performance-driven expansion." }, ]} - title="Common Questions" - description="Everything you need to know." + title="Consulting Insights" + description="Clarifying the path to market leadership." faqsAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-digital-background-with-flowing-cyber-lines_1048-14167.jpg" /> @@ -157,10 +155,10 @@ export default function LandingPage() {
@@ -168,12 +166,12 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1