Update src/app/page.tsx

This commit is contained in:
2026-05-27 06:13:48 +00:00
parent 313fae0f7c
commit 4fa53e2f7f

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