From afdc19a28c752fb509db93c16f67f526bdfee288 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:45:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 241 +++++++++++------------------------------------ 1 file changed, 54 insertions(+), 187 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9dccecc..2ccf303 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -56,97 +48,54 @@ export default function LandingPage() { @@ -159,17 +108,11 @@ export default function LandingPage() { description="We believe technology is just a vessel for people to connect. We cut through the noise of corporate speak to deliver clear, meaningful progress that actually matters to you." bulletPoints={[ { - title: "Rooted Integrity", - description: "We do exactly what we promise, even when no one is watching.", - }, + title: "Rooted Integrity", description: "We do exactly what we promise, even when no one is watching."}, { - title: "Human-First Design", - description: "Systems that breathe and evolve with your business needs.", - }, + title: "Human-First Design", description: "Systems that breathe and evolve with your business needs."}, { - title: "End-to-End Care", - description: "We are your partners from the first line of code to the final launch.", - }, + title: "End-to-End Care", description: "We are your partners from the first line of code to the final launch."}, ]} imageSrc="http://img.b2bpic.net/free-photo/diverse-businesswomen-trying-discuss-with-disconnected-detached-ceo_482257-128606.jpg?_wi=2" mediaAnimation="slide-up" @@ -182,20 +125,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Direct Communication", - description: "Speak directly to the people building your product, not account managers.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599220.jpg?_wi=2", - }, + title: "Direct Communication", description: "Speak directly to the people building your product, not account managers.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599220.jpg?_wi=2"}, { - title: "Full Visibility", - description: "No black boxes. You know exactly what’s happening at every stage.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-natural-material-stationery_23-2148898235.jpg?_wi=2", - }, + title: "Full Visibility", description: "No black boxes. You know exactly what’s happening at every stage.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-natural-material-stationery_23-2148898235.jpg?_wi=2"}, { - title: "Long-term Maintenance", - description: "We stay long after launch to ensure your growth is sustainable.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-flower_23-2149513257.jpg?_wi=2", - }, + title: "Long-term Maintenance", description: "We stay long after launch to ensure your growth is sustainable.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-flower_23-2149513257.jpg?_wi=2"}, ]} title="Why we do it differently" description="Focus on what matters. We handle the technical heavy lifting while you focus on vision." @@ -209,40 +143,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alice T.", - handle: "@alicet", - testimonial: "Simply incredible work. Honest, kind, and brilliant.", - imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg", - }, + id: "1", name: "Alice T.", handle: "@alicet", testimonial: "Simply incredible work. Honest, kind, and brilliant.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg"}, { - id: "2", - name: "Bob B.", - handle: "@bobb", - testimonial: "Felt like they cared as much about the product as I did.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-t-letter_1149-1947.jpg", - }, + id: "2", name: "Bob B.", handle: "@bobb", testimonial: "Felt like they cared as much about the product as I did.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-t-letter_1149-1947.jpg"}, { - id: "3", - name: "Charlie C.", - handle: "@char", - testimonial: "I've never felt this supported in a project before.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-student-girl-with-gathered-hair-make-up-relaxing-home-after-lectures-university-attractive-cheerful-young-woman-blue-dress-sitting-comfortable-couch-with-joyful-relaxed-smile_343059-2102.jpg", - }, + id: "3", name: "Charlie C.", handle: "@char", testimonial: "I've never felt this supported in a project before.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-student-girl-with-gathered-hair-make-up-relaxing-home-after-lectures-university-attractive-cheerful-young-woman-blue-dress-sitting-comfortable-couch-with-joyful-relaxed-smile_343059-2102.jpg"}, { - id: "4", - name: "Diana D.", - handle: "@diana", - testimonial: "Transparent, hard-working, and genuinely nice people.", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", - }, + id: "4", name: "Diana D.", handle: "@diana", testimonial: "Transparent, hard-working, and genuinely nice people.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg"}, { - id: "5", - name: "Edward E.", - handle: "@eddy", - testimonial: "They follow through on everything. So reliable.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", - }, + id: "5", name: "Edward E.", handle: "@eddy", testimonial: "They follow through on everything. So reliable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg"}, ]} title="What our partners say" description="Hear directly from those we've helped reach their growth goals." @@ -254,14 +163,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Microsoft", - "Google", - "Apple", - "Stripe", - "Airbnb", - "Netflix", - "Spotify", - ]} + "Microsoft", "Google", "Apple", "Stripe", "Airbnb", "Netflix", "Spotify"]} title="Trusted by ambitious teams" description="Collaborating with visionaries across diverse industries." /> @@ -274,26 +176,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "98%", - title: "Client Retention", - description: "Partners who stay for the long haul.", - imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-9934.jpg", - }, + id: "m1", value: "98%", title: "Client Retention", description: "Partners who stay for the long haul.", imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-9934.jpg"}, { - id: "m2", - value: "150+", - title: "Successful Launches", - description: "Products delivered on time, every time.", - imageSrc: "http://img.b2bpic.net/free-photo/blue-monday-with-cloud-wooden-cubes_23-2148745672.jpg", - }, + id: "m2", value: "150+", title: "Successful Launches", description: "Products delivered on time, every time.", imageSrc: "http://img.b2bpic.net/free-photo/blue-monday-with-cloud-wooden-cubes_23-2148745672.jpg"}, { - id: "m3", - value: "5k+", - title: "Hours Saved", - description: "Automating busywork so you can innovate.", - imageSrc: "http://img.b2bpic.net/free-photo/alarm-clock-computer-mouse-paper-cup-bright-paper-sticker-top-view_169016-33761.jpg", - }, + id: "m3", value: "5k+", title: "Hours Saved", description: "Automating busywork so you can innovate.", imageSrc: "http://img.b2bpic.net/free-photo/alarm-clock-computer-mouse-paper-cup-bright-paper-sticker-top-view_169016-33761.jpg"}, ]} title="Our impact by the numbers" description="Consistent results rooted in steady, reliable growth." @@ -305,20 +192,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "How do you handle communication?", - content: "We use dedicated Slack channels and weekly syncs to keep you updated.", - }, + id: "f1", title: "How do you handle communication?", content: "We use dedicated Slack channels and weekly syncs to keep you updated."}, { - id: "f2", - title: "What if I have urgent needs?", - content: "We build with resilience and offer priority support for critical tasks.", - }, + id: "f2", title: "What if I have urgent needs?", content: "We build with resilience and offer priority support for critical tasks."}, { - id: "f3", - title: "Do you work with startups?", - content: "Absolutely. We love helping founders turn ideas into reality.", - }, + id: "f3", title: "Do you work with startups?", content: "Absolutely. We love helping founders turn ideas into reality."}, ]} sideTitle="Common questions" sideDescription="Everything you need to know about working with us." @@ -330,8 +208,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1