diff --git a/src/app/page.tsx b/src/app/page.tsx index 83b82ec..a0509c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,104 +32,65 @@ export default function LandingPage() {
@@ -141,19 +102,13 @@ export default function LandingPage() { metrics={[ { icon: TrendingUp, - label: "Business Development", - value: "Results Driven", - }, + label: "Business Development", value: "Results Driven"}, { icon: ListChecks, - label: "Strategic Planning", - value: "Custom Plans", - }, + label: "Strategic Planning", value: "Custom Plans"}, { icon: ShieldCheck, - label: "Risk Mitigation", - value: "Loss Prevention", - }, + label: "Risk Mitigation", value: "Loss Prevention"}, ]} metricsAnimation="slide-up" /> @@ -162,29 +117,17 @@ export default function LandingPage() {
@@ -214,20 +150,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How can I schedule a consultation?", - content: "You can reach out via our contact form or call us directly at (732) 800-2024 to make an appointment.", - }, + id: "q1", title: "How can I schedule a consultation?", content: "You can reach out via our contact form or call us directly at (732) 800-2024 to make an appointment."}, { - id: "q2", - title: "Where are you located?", - content: "Our office is conveniently located at 602 Higgins Ave #106, Brielle, NJ 08730.", - }, + id: "q2", title: "Where are you located?", content: "Our office is conveniently located at 602 Higgins Ave #106, Brielle, NJ 08730."}, { - id: "q3", - title: "Do you offer remote services?", - content: "Yes, we provide flexible consulting options for both on-site and remote business management needs.", - }, + id: "q3", title: "Do you offer remote services?", content: "Yes, we provide flexible consulting options for both on-site and remote business management needs."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Need more information? We're here to help." @@ -241,45 +168,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - title: "Game Changer", - quote: "Concept & Company provided the structure we desperately needed to scale effectively.", - name: "John Doe", - role: "CEO, StartupCorp", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", - }, + id: "t1", title: "Game Changer", quote: "Concept & Company provided the structure we desperately needed to scale effectively.", name: "John Doe", role: "CEO, StartupCorp", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg"}, { - id: "t2", - title: "Professionalism", - quote: "Their business development strategies have doubled our outreach efficacy in six months.", - name: "Jane Smith", - role: "Founder, GrowthGen", - imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg", - }, + id: "t2", title: "Professionalism", quote: "Their business development strategies have doubled our outreach efficacy in six months.", name: "Jane Smith", role: "Founder, GrowthGen", imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg"}, { - id: "t3", - title: "Expert Guidance", - quote: "The strategic planning sessions helped us clarity our long-term objectives significantly.", - name: "Robert Lee", - role: "Director, Tech Ventures", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", - }, + id: "t3", title: "Expert Guidance", quote: "The strategic planning sessions helped us clarity our long-term objectives significantly.", name: "Robert Lee", role: "Director, Tech Ventures", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg"}, { - id: "t4", - title: "Highly Recommend", - quote: "Exceptional management consulting service that keeps our team focused and profitable.", - name: "Emily White", - role: "Operations Lead, EventSys", - imageSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg", - }, + id: "t4", title: "Highly Recommend", quote: "Exceptional management consulting service that keeps our team focused and profitable.", name: "Emily White", role: "Operations Lead, EventSys", imageSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg"}, { - id: "t5", - title: "Trustworthy", - quote: "Professional advice rooted in real-world experience. A great asset for any business.", - name: "Michael Brown", - role: "Managing Partner, Firmly", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", - }, + id: "t5", title: "Trustworthy", quote: "Professional advice rooted in real-world experience. A great asset for any business.", name: "Michael Brown", role: "Managing Partner, Firmly", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg"}, ]} title="Client Stories" description="Read what our partners say about our consulting services." @@ -290,16 +187,13 @@ export default function LandingPage() {
@@ -308,33 +202,21 @@ export default function LandingPage() { ); -} +} \ No newline at end of file