|
|
|
|
@@ -19,14 +19,14 @@ export default function LandingPage() {
|
|
|
|
|
<ThemeProvider
|
|
|
|
|
defaultButtonVariant="expand-hover"
|
|
|
|
|
defaultTextAnimation="entrance-slide"
|
|
|
|
|
borderRadius="soft"
|
|
|
|
|
borderRadius="rounded"
|
|
|
|
|
contentWidth="small"
|
|
|
|
|
sizing="medium"
|
|
|
|
|
background="aurora"
|
|
|
|
|
cardStyle="outline"
|
|
|
|
|
primaryButtonStyle="primary-glow"
|
|
|
|
|
secondaryButtonStyle="radial-glow"
|
|
|
|
|
headingFontWeight="normal"
|
|
|
|
|
headingFontWeight="bold"
|
|
|
|
|
>
|
|
|
|
|
<ReactLenis root>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
@@ -69,7 +69,7 @@ export default function LandingPage() {
|
|
|
|
|
title="The advisor who over-delivers, every time"
|
|
|
|
|
description="Our advisors are a rare combination of technical expertise and business intuition. They meet you where you are and takes you further than imagined."
|
|
|
|
|
subdescription="Our commitment is integrity, patience with non-technical clients, and the rare promise to under-promise and over-deliver on every engagement."
|
|
|
|
|
imageSrc="https://img.b2bpic.net/premium-photo/happy-smiling-female-face-beauty-sensual-woman-portrait-beauty-portrait-young-cute-woman-gorgeous-girl-beautiful-portrait-blonde-model_265223-172678.jpg?id=398027877"
|
|
|
|
|
imageSrc="https://img.b2bpic.net/premium-photo/happy-smiling-female-face-beauty-sensual-woman-portrait-beauty-portrait-young-cute-woman-gorgeous-girl-beautiful-portrait-blonde-model_265223-172678.jpg?id=398027877&_wi=1"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
icon={ShieldCheck}
|
|
|
|
|
/>
|
|
|
|
|
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
|
|
|
|
{ title: "Custom Tool Development", description: "Chatbots and internal assistants built for you.", imageSrc: "http://img.b2bpic.net/free-photo/3d-plexus-design-with-connecting-lines-dots-network-communications_1048-12200.jpg" },
|
|
|
|
|
{ title: "CRM & LMS Platforms", description: "From-the-ground-up system design.", imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-landscape-modern-technology-background_1048-10465.jpg" },
|
|
|
|
|
{ title: "Discovery & Audit", description: "Identify hidden AI use cases.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots-lines_1048-5910.jpg" },
|
|
|
|
|
{ title: "Ongoing Partnership", description: "Retained advisor keeping you ahead.", imageSrc: "https://img.b2bpic.net/premium-photo/happy-smiling-female-face-beauty-sensual-woman-portrait-beauty-portrait-young-cute-woman-gorgeous-girl-beautiful-portrait-blonde-model_265223-172678.jpg?id=398027877" }
|
|
|
|
|
{ title: "Ongoing Partnership", description: "Retained advisor keeping you ahead.", imageSrc: "https://img.b2bpic.net/premium-photo/happy-smiling-female-face-beauty-sensual-woman-portrait-beauty-portrait-young-cute-woman-gorgeous-girl-beautiful-portrait-blonde-model_265223-172678.jpg?id=398027877&_wi=2" }
|
|
|
|
|
]}
|
|
|
|
|
title="Services built for the new intelligence economy"
|
|
|
|
|
description="Comprehensive consulting designed to accelerate your growth."
|
|
|
|
|
@@ -165,22 +165,24 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterBaseReveal
|
|
|
|
|
logoText="Cargiela Advisory"
|
|
|
|
|
logoText="CARGIELA ADVISORY, LLC"
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Company", items: [
|
|
|
|
|
title: "", items: [
|
|
|
|
|
{ label: "About", href: "#about" },
|
|
|
|
|
{ label: "Services", href: "#services" }
|
|
|
|
|
{ label: "Services", href: "#services" },
|
|
|
|
|
{ label: "Insights", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Connect", items: [
|
|
|
|
|
{ label: "Contact", href: "#contact" },
|
|
|
|
|
{ label: "Privacy", href: "#" }
|
|
|
|
|
title: "", items: [
|
|
|
|
|
{ label: "Privacy Policy", href: "#" },
|
|
|
|
|
{ label: "Terms of Engagement", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
copyrightText="© 2025 Cargiela Advisory."
|
|
|
|
|
copyrightText="© 2026 Cargiela Advisory, LLC. All rights reserved. Miami, Florida."
|
|
|
|
|
copyrightTextClassName="text-xs text-[var(--foreground)]"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
|