8 Commits

Author SHA1 Message Date
78a28ac07f Update src/app/page.tsx 2026-05-27 06:14:16 +00:00
a246f45611 Update src/app/styles/variables.css 2026-05-27 06:13:49 +00:00
4fa53e2f7f Update src/app/page.tsx 2026-05-27 06:13:48 +00:00
313fae0f7c Merge version_2 into main
Merge version_2 into main
2026-05-06 19:10:23 +00:00
51f37ebb60 Merge version_2 into main
Merge version_2 into main
2026-04-25 06:51:28 +00:00
bafbfaf593 Merge version_2 into main
Merge version_2 into main
2026-04-25 06:48:41 +00:00
9c63d793f4 Merge version_2 into main
Merge version_2 into main
2026-04-25 06:34:50 +00:00
1b263db04c Merge version_1 into main
Merge version_1 into main
2026-04-25 01:04:39 +00:00
2 changed files with 22 additions and 20 deletions

View File

@@ -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>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fffafa;
--card: #fff7f7;
--foreground: #1a0000;
--primary-cta: #e63946;
--primary-cta-text: #fffafa;
--secondary-cta: #ffffff;
--secondary-cta-text: #1a0000;
--accent: #f5c4c7;
--background-accent: #f09199;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ff0000;
--primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #991b1b;
--background-accent: #7f1d1d;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);