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: "#" }] } ]} />