Update src/app/page.tsx
This commit is contained in:
249
src/app/page.tsx
249
src/app/page.tsx
@@ -30,33 +30,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "OrgReady™",
|
||||
id: "/orgready",
|
||||
},
|
||||
name: "OrgReady™", id: "/orgready"},
|
||||
{
|
||||
name: "Resources",
|
||||
id: "/resources",
|
||||
},
|
||||
name: "Resources", id: "/resources"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Español",
|
||||
id: "#",
|
||||
},
|
||||
name: "Español", id: "#"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/enthusiastic-asian-business-woman-pointing-looking-up-with-happy-smiling-face-showing-company-logo-o_1258-94046.jpg"
|
||||
logoAlt="JRG Dynamic Ventures Logo"
|
||||
@@ -64,9 +50,7 @@ export default function LandingPage() {
|
||||
bottomLeftText="Dallas, TX"
|
||||
bottomRightText="hello@jrgdynamic.com"
|
||||
button={{
|
||||
text: "Book a Free Discovery Call",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book a Free Discovery Call", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,114 +58,59 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Turning Ideas Into Structured, Sustainable Impact."
|
||||
description="JRG Dynamic Ventures partners with nonprofits, healthcare-adjacent organizations, and mission-driven founders to build a foundation for resilient growth and lasting community contribution."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria Rodriguez",
|
||||
handle: "@CommUnityDallas",
|
||||
testimonial: "JRG transformed our operations! We finally have the clarity and structure to scale our impact efficiently.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804575.jpg",
|
||||
imageAlt: "Maria Rodriguez",
|
||||
},
|
||||
name: "Maria Rodriguez", handle: "@CommUnityDallas", testimonial: "JRG transformed our operations! We finally have the clarity and structure to scale our impact efficiently.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804575.jpg", imageAlt: "Maria Rodriguez"},
|
||||
{
|
||||
name: "David Chen",
|
||||
handle: "@HealthBridgeOrg",
|
||||
testimonial: "Jhair's expertise in healthcare administration and AI integration gave us an edge. Truly a trusted advisor.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-braless-woman-outdoors-with-tablet-cafe_23-2150501201.jpg",
|
||||
imageAlt: "David Chen",
|
||||
},
|
||||
name: "David Chen", handle: "@HealthBridgeOrg", testimonial: "Jhair's expertise in healthcare administration and AI integration gave us an edge. Truly a trusted advisor.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-braless-woman-outdoors-with-tablet-cafe_23-2150501201.jpg", imageAlt: "David Chen"},
|
||||
{
|
||||
name: "Sarah Kim",
|
||||
handle: "@FoundersHubTX",
|
||||
testimonial: "As a mission-driven founder, JRG's guidance was invaluable in navigating compliance and preparing for growth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-painters-collaborate-new-rustic-masterpiece-art-craft-atelier_482257-118189.jpg",
|
||||
imageAlt: "Sarah Kim",
|
||||
},
|
||||
name: "Sarah Kim", handle: "@FoundersHubTX", testimonial: "As a mission-driven founder, JRG's guidance was invaluable in navigating compliance and preparing for growth.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-painters-collaborate-new-rustic-masterpiece-art-craft-atelier_482257-118189.jpg", imageAlt: "Sarah Kim"},
|
||||
{
|
||||
name: "Javier Morales",
|
||||
handle: "@ImmigrantPath",
|
||||
testimonial: "Finally, a consultant who understands our community. JRG provided practical, culturally competent solutions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg",
|
||||
imageAlt: "Javier Morales",
|
||||
},
|
||||
name: "Javier Morales", handle: "@ImmigrantPath", testimonial: "Finally, a consultant who understands our community. JRG provided practical, culturally competent solutions.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", imageAlt: "Javier Morales"},
|
||||
{
|
||||
name: "Emily Johnson",
|
||||
handle: "@DallasNFP",
|
||||
testimonial: "The OrgReady™ assessment was a game-changer. We uncovered blind spots and developed a clear roadmap.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-posing_23-2148928885.jpg",
|
||||
imageAlt: "Emily Johnson",
|
||||
},
|
||||
name: "Emily Johnson", handle: "@DallasNFP", testimonial: "The OrgReady™ assessment was a game-changer. We uncovered blind spots and developed a clear roadmap.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-posing_23-2148928885.jpg", imageAlt: "Emily Johnson"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Free Discovery Call",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book a Free Discovery Call", href: "/contact"},
|
||||
{
|
||||
text: "Take the Free OrgReady™ Assessment",
|
||||
href: "/orgready",
|
||||
},
|
||||
text: "Take the Free OrgReady™ Assessment", href: "/orgready"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tech-brand-working-sustainability-goals_52683-145426.jpg"
|
||||
imageAlt="Diverse team collaborating in a professional meeting, representing JRG's client focus"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-confident-korean-woman-student-with-pen-notebooks-smiling-looking-happy-standing-o_1258-167934.jpg",
|
||||
alt: "Beautiful confident korean woman student",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-confident-korean-woman-student-with-pen-notebooks-smiling-looking-happy-standing-o_1258-167934.jpg", alt: "Beautiful confident korean woman student"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-face-portrait-dancing-asian-woman-smiling-triumphing-celebrating-with-happy-emotion-standing-white-background-copy-space_1258-94347.jpg",
|
||||
alt: "Close up face portrait of dancing asian woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-face-portrait-dancing-asian-woman-smiling-triumphing-celebrating-with-happy-emotion-standing-white-background-copy-space_1258-94347.jpg", alt: "Close up face portrait of dancing asian woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/meeting-vr-chat-asian-businesswoman-virtual-reality-glasses-raising-hand-saying-hello-greeting-someone-standing-white-background_1258-89421.jpg",
|
||||
alt: "Meeting in vr chat Asian businesswoman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/meeting-vr-chat-asian-businesswoman-virtual-reality-glasses-raising-hand-saying-hello-greeting-someone-standing-white-background_1258-89421.jpg", alt: "Meeting in vr chat Asian businesswoman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/very-good-smiling-asian-woman-showing-okay-with-satisfied-face-expression-praise-compliment-great-job-pleased-by-smth-standing-white-background_1258-89522.jpg",
|
||||
alt: "Smiling asian woman showing okay",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/very-good-smiling-asian-woman-showing-okay-with-satisfied-face-expression-praise-compliment-great-job-pleased-by-smth-standing-white-background_1258-89522.jpg", alt: "Smiling asian woman showing okay"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg",
|
||||
alt: "Close up smiley woman in therapy",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", alt: "Close up smiley woman in therapy"},
|
||||
]}
|
||||
avatarText="Join leaders making a difference"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966167.jpg",
|
||||
alt: "People working in tech brand together",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966167.jpg", alt: "People working in tech brand together"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/friends-study-session-learning-smiling_23-2149265833.jpg",
|
||||
alt: "Friends during study session learning and smiling",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/friends-study-session-learning-smiling_23-2149265833.jpg", alt: "Friends during study session learning and smiling"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/mixed-group-diverse-individuals-discussing-ideas-vibrant-space_24972-2894.jpg",
|
||||
alt: "Mixed group of diverse individuals discussing ideas",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/mixed-group-diverse-individuals-discussing-ideas-vibrant-space_24972-2894.jpg", alt: "Mixed group of diverse individuals discussing ideas"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16252.jpg",
|
||||
alt: "Team of young colleagues having meeting at cafe",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16252.jpg", alt: "Team of young colleagues having meeting at cafe"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16133.jpg",
|
||||
alt: "Team of young colleagues having meeting at cafe",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16133.jpg", alt: "Team of young colleagues having meeting at cafe"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -191,14 +120,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Compassion Cares",
|
||||
"Urban Empowerment Fund",
|
||||
"Healing Hands Network",
|
||||
"Future Builders Inc.",
|
||||
"Mission Alliance Partners",
|
||||
"Community First Projects",
|
||||
"Global Impact Solutions",
|
||||
]}
|
||||
"Compassion Cares", "Urban Empowerment Fund", "Healing Hands Network", "Future Builders Inc.", "Mission Alliance Partners", "Community First Projects", "Global Impact Solutions"]}
|
||||
title="Trusted by Organizations That Drive Change"
|
||||
description="Proudly supporting leaders in the nonprofit, healthcare, and community sectors across Dallas and beyond."
|
||||
showCard={true}
|
||||
@@ -212,41 +134,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Organizational Readiness",
|
||||
description: "Assess your current state, identify strengths, and pinpoint critical areas for structural and operational improvement. Start with our OrgReady™ Assessment.",
|
||||
buttons: [
|
||||
title: "Organizational Readiness", description: "Assess your current state, identify strengths, and pinpoint critical areas for structural and operational improvement. Start with our OrgReady™ Assessment.", buttons: [
|
||||
{
|
||||
text: "Explore OrgReady™",
|
||||
href: "/orgready",
|
||||
},
|
||||
text: "Explore OrgReady™", href: "/orgready"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flowchart-information-methodology-operation-icon_53876-132690.jpg",
|
||||
imageAlt: "Organizational readiness chart",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flowchart-information-methodology-operation-icon_53876-132690.jpg", imageAlt: "Organizational readiness chart"},
|
||||
{
|
||||
title: "Structural Design & Systems",
|
||||
description: "Develop robust frameworks, compliance protocols, and efficient systems that ensure your organization is sound, scalable, and sustainable.",
|
||||
buttons: [
|
||||
title: "Structural Design & Systems", description: "Develop robust frameworks, compliance protocols, and efficient systems that ensure your organization is sound, scalable, and sustainable.", buttons: [
|
||||
{
|
||||
text: "View Services",
|
||||
href: "/services",
|
||||
},
|
||||
text: "View Services", href: "/services"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804540.jpg",
|
||||
imageAlt: "Structural design blueprint",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804540.jpg", imageAlt: "Structural design blueprint"},
|
||||
{
|
||||
title: "Strategic Growth & AI Integration",
|
||||
description: "Craft ambitious growth strategies, optimize operations with AI-enabled solutions, and secure the future of your mission-driven venture.",
|
||||
buttons: [
|
||||
title: "Strategic Growth & AI Integration", description: "Craft ambitious growth strategies, optimize operations with AI-enabled solutions, and secure the future of your mission-driven venture.", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Learn More", href: "/services"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-computer-with-company-statistics-screen-standing-table-startup-office-millennial-multiethnic-businesspeople-discussing-marketing-strategy-working-business-collaboration_482257-33798.jpg",
|
||||
imageAlt: "Strategic growth with AI integration",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-computer-with-company-statistics-screen-standing-table-startup-office-millennial-multiethnic-businesspeople-discussing-marketing-strategy-working-business-collaboration_482257-33798.jpg", imageAlt: "Strategic growth with AI integration"},
|
||||
]}
|
||||
title="Our Approach: Pathways to Lasting Impact"
|
||||
description="We offer tailored consulting services designed to address your unique organizational challenges and unlock your full potential."
|
||||
@@ -260,13 +164,9 @@ export default function LandingPage() {
|
||||
description="With a unique blend of clinical, administrative, and entrepreneurial expertise, Jhair founded JRG Dynamic Ventures to empower mission-driven leaders often overlooked by traditional consulting. His background spans healthcare administration, nonprofit leadership, public administration, and AI-enabled operations, providing a holistic perspective for sustainable growth."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Jhair",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More About Jhair", href: "/about"},
|
||||
{
|
||||
text: "Book a Free Discovery Call",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book a Free Discovery Call", href: "/contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg"
|
||||
imageAlt="Jhair J. Rivera Garcia, founder of JRG Dynamic Ventures"
|
||||
@@ -282,22 +182,14 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "orgready-assessment",
|
||||
name: "OrgReady™ Assessment",
|
||||
price: "Free",
|
||||
variant: "Online Tool",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg",
|
||||
imageAlt: "OrgReady Assessment Dashboard Preview",
|
||||
onProductClick: "function() { window.location.href='/orgready'; }",
|
||||
id: "orgready-assessment", name: "OrgReady™ Assessment", price: "Free", variant: "Online Tool", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg", imageAlt: "OrgReady Assessment Dashboard Preview", onProductClick: () => { window.location.href='/orgready'; },
|
||||
},
|
||||
]}
|
||||
title="Unlock Your Organization's Potential with OrgReady™"
|
||||
description="Our proprietary Organizational Readiness Assessment provides a comprehensive diagnostic of your strengths and areas for strategic improvement. Gain clarity, identify compliance gaps, and map your path to sustainable impact."
|
||||
buttons={[
|
||||
{
|
||||
text: "Take the Free OrgReady™ Assessment",
|
||||
href: "/orgready",
|
||||
},
|
||||
text: "Take the Free OrgReady™ Assessment", href: "/orgready"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -306,8 +198,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Free Resource"
|
||||
title="Download Your Free Nonprofit Readiness Checklist"
|
||||
description="Gain immediate insights into the 6 critical areas of organizational health. A valuable resource for every mission-driven leader."
|
||||
@@ -328,65 +219,41 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "OrgReady™",
|
||||
href: "/orgready",
|
||||
},
|
||||
label: "OrgReady™", href: "/orgready"},
|
||||
{
|
||||
label: "Resources",
|
||||
href: "/resources",
|
||||
},
|
||||
label: "Resources", href: "/resources"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Book a Free Discovery Call",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Book a Free Discovery Call", href: "/contact"},
|
||||
{
|
||||
label: "Take the Free OrgReady™ Assessment",
|
||||
href: "/orgready",
|
||||
},
|
||||
label: "Take the Free OrgReady™ Assessment", href: "/orgready"},
|
||||
{
|
||||
label: "Download: Nonprofit Checklist",
|
||||
href: "#",
|
||||
},
|
||||
label: "Download: Nonprofit Checklist", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Dallas, TX",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dallas, TX", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user