From 4b5be8dcc4e391bd9a4f5ebc334835b95754823e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 22:43:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fcf2199..4270b7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,23 +16,24 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="entrance-slide" borderRadius="rounded" - contentWidth="smallMedium" - sizing="largeSmallSizeMediumTitles" - background="noiseDiagonalGradient" - cardStyle="outline" - primaryButtonStyle="shadow" - secondaryButtonStyle="solid" - headingFontWeight="medium" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -41,7 +42,7 @@ export default function LandingPage() { logoText="Not Your Average Convenience Store." description="Snacks, essentials, and everyday luxury — right in your neighborhood." buttons={[ - { text: "Visit Us Today", href: "#contact" }, + { text: "Visit Us Today", href: "#location" }, { text: "See What We Carry", href: "#products" } ]} imageSrc="http://img.b2bpic.net/free-photo/client-shopping-local-retailer_23-2149349412.jpg" @@ -154,7 +155,7 @@ export default function LandingPage() { logoText="Village Green Convenience" columns={[ { title: "Store", items: [{ label: "About", href: "#about" }, { label: "Products", href: "#products" }] }, - { title: "Help", items: [{ label: "Contact Us", href: "#contact" }, { label: "FAQs", href: "#" }] } + { title: "Help", items: [{ label: "Contact Us", href: "#location" }, { label: "FAQs", href: "#" }] } ]} /> -- 2.49.1