From 903f1fa7f10add8e51c273f89177b503acc284e0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 18:05:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 207 ++++++++--------------------------------------- 1 file changed, 34 insertions(+), 173 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11b2527..8253169 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,18 +32,9 @@ export default function LandingPage() { @@ -117,58 +84,22 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - icon: Award, - title: "Awards Won", - value: "25+", - }, - { - id: "m2", - icon: Users, - title: "Happy Clients", - value: "150+", - }, - { - id: "m3", - icon: Zap, - title: "Projects Done", - value: "300+", - }, + { id: "m1", icon: Award, title: "Foundation", value: "Solid" }, + { id: "m2", icon: Users, title: "Goal", value: "Growth" }, + { id: "m3", icon: Zap, title: "Focus", value: "Impact" }, ]} - title="Results You Can Trust" - description="Proven success across various industry sectors." + title="Our Commitment" + description="Building with focus, determination, and professional integrity." />
@@ -179,24 +110,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "How do we start?", - content: "Book a discovery call and we'll handle the rest.", - }, - { - id: "f2", - title: "What is the timeline?", - content: "Average projects take 4-8 weeks depending on scope.", - }, - { - id: "f3", - title: "Do you provide support?", - content: "Yes, we offer monthly maintenance packages.", - }, + { id: "f1", title: "How do we begin?", content: "Reach out for a consultation to discuss your specific goals." }, + { id: "f2", title: "What makes us different?", content: "Our bespoke strategy process ensures your business model is built from the ground up to scale." }, ]} - title="Frequently Asked Questions" - description="Everything you need to know about starting your project." + title="Getting Started" + description="Common questions about working with our team." faqsAnimation="slide-up" />
@@ -206,52 +124,19 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - title="Latest Insights" - description="Stay updated with company growth strategies." - blogs={[ - { - id: "b1", - category: "Strategy", - title: " Scaling Your Startup", - excerpt: "Lessons learned in the first year.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-office-table-with-laptop_1153-3802.jpg", - authorName: "Jane Doe", - authorAvatar: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2622.jpg", - date: "Jan 1, 2025", - }, - { - id: "b2", - category: "Tech", - title: " Future of Automation", - excerpt: "How AI is changing business.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-work-closeup-top-view-man-working-laptop_93675-135729.jpg", - authorName: "Jane Doe", - authorAvatar: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", - date: "Jan 5, 2025", - }, - { - id: "b3", - category: "Leadership", - title: " Leading Teams", - excerpt: "Building a company culture.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-office-stationeries_23-2147879863.jpg", - authorName: "Jane Doe", - authorAvatar: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", - date: "Jan 10, 2025", - }, - ]} + title="Insights" + description="Thoughts on early-stage business success." + blogs={[]} />
@@ -259,32 +144,8 @@ export default function LandingPage() { -- 2.49.1