Merge version_2 into main #1

Merged
bender merged 3 commits from version_2 into main 2026-06-07 21:58:21 +00:00
3 changed files with 82 additions and 194 deletions

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterSimple from '@/components/sections/footer/FooterSimple';
@@ -33,58 +33,37 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Team",
id: "#team",
},
name: "Team", id: "#team"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Borda & POO"
button={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
/>
</div>
<div id="home" data-section="home">
<HeroBillboardScroll
background={{
variant: "plain",
}}
variant: "plain"}}
title="Empowering Your Business with Expert Legal & Financial Solutions"
description="At Borda & POO, we provide bespoke legal and financial advisory services tailored to drive your success. Partner with us for clarity, strategy, and impactful results."
buttons={[
{
text: "Discover Our Services",
href: "#services",
},
text: "Discover Our Services", href: "#services"},
{
text: "Schedule a Consultation",
href: "#contact",
},
text: "Schedule a Consultation", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167449.jpg"
imageAlt="Professionals discussing legal documents in a modern office"
@@ -98,9 +77,7 @@ export default function LandingPage() {
title="About Borda & POO: Your Strategic Growth Partner"
buttons={[
{
text: "Learn More About Us",
href: "#team",
},
text: "Learn More About Us", href: "#team"},
]}
/>
</div>
@@ -111,29 +88,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
tag: "Strategy",
title: "Strategic Business Planning",
subtitle: "Long-term vision, actionable plans.",
description: "Develop robust business strategies that align with your long-term goals and market opportunities. We guide you through market analysis, competitive positioning, and growth roadmaps.",
imageSrc: "http://img.b2bpic.net/free-photo/idea-concept-with-light-bulb_23-2149105803.jpg",
imageAlt: "Whiteboard with strategic planning diagram",
},
tag: "Strategy", title: "Strategic Business Planning", subtitle: "Long-term vision, actionable plans.", description: "Develop robust business strategies that align with your long-term goals and market opportunities. We guide you through market analysis, competitive positioning, and growth roadmaps.", imageSrc: "http://img.b2bpic.net/free-photo/idea-concept-with-light-bulb_23-2149105803.jpg", imageAlt: "Whiteboard with strategic planning diagram"},
{
tag: "Consulting",
title: "Expert Legal Consultation",
subtitle: "Clear advice, informed decisions.",
description: "Receive expert legal advice on corporate governance, contracts, intellectual property, and regulatory compliance. Our consultants ensure your operations meet all legal requirements and protect your assets.",
imageSrc: "http://img.b2bpic.net/free-photo/diverse-colleagues-reviewing-monthly-sales-infographics-interactive-board_482257-90990.jpg",
imageAlt: "Business professional receiving expert consultation",
},
tag: "Consulting", title: "Expert Legal Consultation", subtitle: "Clear advice, informed decisions.", description: "Receive expert legal advice on corporate governance, contracts, intellectual property, and regulatory compliance. Our consultants ensure your operations meet all legal requirements and protect your assets.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-colleagues-reviewing-monthly-sales-infographics-interactive-board_482257-90990.jpg", imageAlt: "Business professional receiving expert consultation"},
{
tag: "Execution",
title: "Tailored Financial Solutions",
subtitle: "Optimized finance, maximum return.",
description: "From financial modeling and investment analysis to risk management and capital structuring, our solutions are designed to optimize your financial performance and secure your future.",
imageSrc: "http://img.b2bpic.net/free-photo/help-desk-customer-service-word_53876-167069.jpg",
imageAlt: "Puzzle pieces fitting together representing tailored solutions",
},
tag: "Execution", title: "Tailored Financial Solutions", subtitle: "Optimized finance, maximum return.", description: "From financial modeling and investment analysis to risk management and capital structuring, our solutions are designed to optimize your financial performance and secure your future.", imageSrc: "http://img.b2bpic.net/free-photo/help-desk-customer-service-word_53876-167069.jpg", imageAlt: "Puzzle pieces fitting together representing tailored solutions"},
]}
title="Our Core Services: Driving Your Success"
description="We offer a suite of specialized services designed to provide comprehensive support across your legal and financial landscape, ensuring robust growth and strategic advantage."
@@ -148,20 +107,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "98%",
description: "Client Satisfaction Rate",
},
id: "m1", value: "98%", description: "Client Satisfaction Rate"},
{
id: "m2",
value: "15+",
description: "Years of Combined Experience",
},
id: "m2", value: "15+", description: "Years of Combined Experience"},
{
id: "m3",
value: "500+",
description: "Successful Cases Handled",
},
id: "m3", value: "500+", description: "Successful Cases Handled"},
]}
title="Achieving Excellence Together"
description="Our dedication translates into tangible results, reflecting the success and trust of our clients across various sectors."
@@ -173,14 +123,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Global Corp",
"Innovate Solutions",
"Summit Ventures",
"Precision Dynamics",
"Quantum Leap Inc.",
"Evergreen Holdings",
"Nexus Technologies",
]}
"Global Corp", "Innovate Solutions", "Summit Ventures", "Precision Dynamics", "Quantum Leap Inc.", "Evergreen Holdings", "Nexus Technologies"]}
title="Trusted by Industry Leaders"
description="We are proud to partner with a diverse portfolio of clients, from innovative startups to established enterprises, helping them achieve their strategic goals."
/>
@@ -193,45 +136,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@sarah_j",
testimonial: "Borda & POO provided invaluable strategic guidance that helped us navigate complex legal challenges and achieve significant growth. Their expertise is unmatched!",
imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg",
imageAlt: "Sarah Johnson, CEO of Tech Innovations",
},
id: "1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "Borda & POO provided invaluable strategic guidance that helped us navigate complex legal challenges and achieve significant growth. Their expertise is unmatched!", imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg", imageAlt: "Sarah Johnson, CEO of Tech Innovations"},
{
id: "2",
name: "Michael Chen",
handle: "@michaelc",
testimonial: "The financial solutions tailored by Borda & POO were exactly what our company needed. We saw a remarkable improvement in our financial health and operational efficiency.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg",
imageAlt: "Michael Chen, Founder of Innovate Solutions",
},
id: "2", name: "Michael Chen", handle: "@michaelc", testimonial: "The financial solutions tailored by Borda & POO were exactly what our company needed. We saw a remarkable improvement in our financial health and operational efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", imageAlt: "Michael Chen, Founder of Innovate Solutions"},
{
id: "3",
name: "Emily Rodriguez",
handle: "@emilyr",
testimonial: "Their team's in-depth understanding of corporate law saved us significant time and resources. Truly professional and highly effective advisory services.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-white-cardigan_176474-92020.jpg",
imageAlt: "Emily Rodriguez, Marketing Director at GrowthCo",
},
id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "Their team's in-depth understanding of corporate law saved us significant time and resources. Truly professional and highly effective advisory services.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-white-cardigan_176474-92020.jpg", imageAlt: "Emily Rodriguez, Marketing Director at GrowthCo"},
{
id: "4",
name: "David Kim",
handle: "@davidk",
testimonial: "We consider Borda & POO an essential partner. Their proactive approach to risk management and financial planning has been crucial to our sustained success.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-using-digital-tablet_1262-2358.jpg",
imageAlt: "David Kim, Product Manager at StartupXYZ",
},
id: "4", name: "David Kim", handle: "@davidk", testimonial: "We consider Borda & POO an essential partner. Their proactive approach to risk management and financial planning has been crucial to our sustained success.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-using-digital-tablet_1262-2358.jpg", imageAlt: "David Kim, Product Manager at StartupXYZ"},
{
id: "5",
name: "Jessica Lee",
handle: "@jessical",
testimonial: "Outstanding support and clear communication throughout the entire process. Borda & POO made complex legal matters easy to understand and manage.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-coffee-near-banister_23-2147694689.jpg",
imageAlt: "Jessica Lee, Operations Lead at Dynamic Corp",
},
id: "5", name: "Jessica Lee", handle: "@jessical", testimonial: "Outstanding support and clear communication throughout the entire process. Borda & POO made complex legal matters easy to understand and manage.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-coffee-near-banister_23-2147694689.jpg", imageAlt: "Jessica Lee, Operations Lead at Dynamic Corp"},
]}
title="What Our Clients Say"
description="Hear directly from businesses who have experienced transformative results and unwavering support from Borda & POO."
@@ -245,26 +158,11 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
id: "t1",
name: "Elena Borda",
role: "Founding Partner, Legal Advisory",
imageSrc: "http://img.b2bpic.net/free-photo/fbi-agent-focused-investigation_1098-14749.jpg",
imageAlt: "Elena Borda, Founding Partner",
},
id: "t1", name: "Elena Borda", role: "Founding Partner, Legal Advisory", imageSrc: "http://img.b2bpic.net/free-photo/fbi-agent-focused-investigation_1098-14749.jpg", imageAlt: "Elena Borda, Founding Partner"},
{
id: "t2",
name: "Marcus POO",
role: "Founding Partner, Financial Advisory",
imageSrc: "http://img.b2bpic.net/free-photo/positive-successful-business-specialists-discussing-plan-while-using-tablet-outdoors_1262-12422.jpg",
imageAlt: "Marcus POO, Founding Partner",
},
id: "t2", name: "Marcus POO", role: "Founding Partner, Financial Advisory", imageSrc: "http://img.b2bpic.net/free-photo/positive-successful-business-specialists-discussing-plan-while-using-tablet-outdoors_1262-12422.jpg", imageAlt: "Marcus POO, Founding Partner"},
{
id: "t3",
name: "Sofia Reyes",
role: "Director of Client Strategy",
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-leader-talking-assistant-cafe_1262-1842.jpg",
imageAlt: "Sofia Reyes, Director of Client Strategy",
},
id: "t3", name: "Sofia Reyes", role: "Director of Client Strategy", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-leader-talking-assistant-cafe_1262-1842.jpg", imageAlt: "Sofia Reyes, Director of Client Strategy"},
]}
title="Meet Our Dedicated Team"
description="Our experts bring a wealth of experience and a client-first approach to every challenge, ensuring you receive the highest caliber of service and strategic insight."
@@ -276,20 +174,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "What types of businesses do you work with?",
content: "We serve a diverse range of businesses, from startups and small enterprises to large corporations across various industries, adapting our services to each client's unique needs.",
},
id: "f1", title: "What types of businesses do you work with?", content: "We serve a diverse range of businesses, from startups and small enterprises to large corporations across various industries, adapting our services to each client's unique needs."},
{
id: "f2",
title: "How do you ensure data privacy and confidentiality?",
content: "Client confidentiality is paramount. We adhere to strict data privacy protocols and legal standards, utilizing secure systems and practices to protect all sensitive information.",
},
id: "f2", title: "How do you ensure data privacy and confidentiality?", content: "Client confidentiality is paramount. We adhere to strict data privacy protocols and legal standards, utilizing secure systems and practices to protect all sensitive information."},
{
id: "f3",
title: "What is your typical client engagement process?",
content: "Our engagement typically begins with an initial consultation to understand your needs, followed by a detailed proposal outlining our strategy, scope of work, and timelines. We maintain continuous communication throughout the process.",
},
id: "f3", title: "What is your typical client engagement process?", content: "Our engagement typically begins with an initial consultation to understand your needs, followed by a detailed proposal outlining our strategy, scope of work, and timelines. We maintain continuous communication throughout the process."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find answers to common questions about our services, processes, and how we can support your business goals."
@@ -298,17 +187,20 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCenter
<ContactSplit
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
tag="Get in Touch"
title="Ready to Transform Your Business?"
description="Contact Borda & POO today for a personalized consultation. Let's discuss how our expert legal and financial advisory can drive your success."
inputPlaceholder="Enter your email"
buttonText="Schedule Call"
termsText="By scheduling a call, you agree to our Terms and Conditions and Privacy Policy."
variant: "animated-grid"}}
tag="Inquiries & RFQs"
title="Ready for a Partnership? Connect with Our Experts."
description="Submit your technical queries or Request for Proposal (RFP) through our frictionless form below. Our team will get back to you promptly to discuss your specific needs and how we can provide tailored legal and financial solutions."
inputPlaceholder="Your email address"
buttonText="Submit Inquiry"
termsText="By submitting your inquiry, you agree to our Terms and Conditions and Privacy Policy."
imageSrc="http://img.b2bpic.net/free-photo/engineer-consulting-with-colleagues-discussing-blueprint-data_23-2149363065.jpg"
imageAlt="Engineers discussing technical blueprints"
mediaPosition="right"
mediaAnimation="slide-up"
/>
</div>
@@ -316,54 +208,50 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Legal Advisory",
href: "#services",
},
label: "Legal Advisory", href: "#services"},
{
label: "Financial Solutions",
href: "#services",
},
label: "Financial Solutions", href: "#services"},
{
label: "Strategic Planning",
href: "#services",
},
label: "Strategic Planning", href: "#services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Team",
href: "#team",
},
label: "Our Team", href: "#team"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Resources",
items: [
title: "Contact Info", items: [
{
label: "FAQs",
href: "#faq",
label: "Barros Arana 1668 Of. 309, Concepción", href: "https://maps.app.goo.gl/YourGoogleMapsLink"
},
{
label: "Testimonials",
href: "#testimonials",
},
label: "contacto@bordapoo.cl", href: "mailto:contacto@bordapoo.cl"},
{
label: "Privacy Policy",
href: "#",
},
label: "Call us: +56 41 233 2156", href: "tel:+56412332156"},
{
label: "Mobile: +56 9 9509 2958", href: "tel:+56995092958"}
]
},
{
title: "Resources", items: [
{
label: "FAQs", href: "#faq"},
{
label: "Testimonials", href: "#testimonials"},
{
label: "Privacy Policy", href: "#"},
{
label: "Terms & Conditions", href: "#"},
{
label: "Legal Notice", href: "#"}
],
},
]}
@@ -374,4 +262,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-archivo), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fffefe;
--card: #f6f7f4;
--foreground: #080908;
--primary-cta: #0e3a29;
--primary-cta-text: #fffefe;
--secondary-cta: #e7eecd;
--secondary-cta-text: #080908;
--accent: #35c18b;
--background-accent: #ecebe4;
--background: #020617;
--card: #0f172a;
--foreground: #e2e8f0;
--primary-cta: #c4d8f9;
--primary-cta-text: #020617;
--secondary-cta: #041633;
--secondary-cta-text: #e2e8f0;
--accent: #2d30f3;
--background-accent: #1d4ed8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);