Update src/app/page.tsx

This commit is contained in:
2026-01-15 11:37:42 +00:00
parent e56a8ce3b0
commit 512f267cd3

View File

@@ -13,13 +13,13 @@ export default function HomePage() {
defaultButtonVariant="hover-bubble" defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur" defaultTextAnimation="reveal-blur"
borderRadius="rounded" borderRadius="rounded"
contentWidth="compact" contentWidth="medium"
sizing="largeSmallSizeMediumTitles" sizing="medium"
background="aurora" background="aurora"
cardStyle="solid" cardStyle="glass-elevated"
primaryButtonStyle="double-inset" primaryButtonStyle="gradient"
secondaryButtonStyle="solid" secondaryButtonStyle="glass"
headingFontWeight="medium" showBlurBottom={false}
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
@@ -78,24 +78,21 @@ export default function HomePage() {
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[
{ {
title: "Shop", title: "Shop", items: [
items: [
{ label: "Coffee", href: "/products" }, { label: "Coffee", href: "/products" },
{ label: "Tea", href: "/products" }, { label: "Tea", href: "/products" },
{ label: "Brewing Guides", href: "/about" } { label: "Brewing Guides", href: "/about" }
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Sustainability", href: "/about" }, { label: "Sustainability", href: "/about" },
{ label: "Contact", href: "/contact" } { label: "Contact", href: "/contact" }
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" }, { label: "Facebook", href: "https://facebook.com" },
{ label: "Newsletter", href: "/contact" } { label: "Newsletter", href: "/contact" }