4 Commits

Author SHA1 Message Date
09d0f406dd Switch to version 2: modified src/app/styles/variables.css 2026-05-27 06:19:07 +00:00
3b23e4d3a2 Switch to version 2: modified src/app/page.tsx 2026-05-27 06:19:07 +00:00
e3deeb86f5 Merge version_3 into main
Merge version_3 into main
2026-05-27 06:14:19 +00:00
8eba4830d4 Merge version_3 into main
Merge version_3 into main
2026-05-27 06:13:55 +00:00
2 changed files with 20 additions and 22 deletions

View File

@@ -19,14 +19,14 @@ export default function LandingPage() {
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
borderRadius="soft"
contentWidth="small"
sizing="medium"
background="aurora"
cardStyle="outline"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
headingFontWeight="normal"
>
<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&_wi=1"
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"
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&_wi=2" }
{ 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="Services built for the new intelligence economy"
description="Comprehensive consulting designed to accelerate your growth."
@@ -165,24 +165,22 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="CARGIELA ADVISORY, LLC"
logoText="Cargiela Advisory"
columns={[
{
title: "", items: [
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Insights", href: "#" }
{ label: "Services", href: "#services" }
]
},
{
title: "", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Engagement", href: "#" }
title: "Connect", items: [
{ label: "Contact", href: "#contact" },
{ label: "Privacy", href: "#" }
]
}
]}
copyrightText="© 2026 Cargiela Advisory, LLC. All rights reserved. Miami, Florida."
copyrightTextClassName="text-xs text-[var(--foreground)]"
copyrightText="© 2025 Cargiela Advisory."
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--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;
--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;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);