Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-05-02 22:43:45 +00:00

View File

@@ -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"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Village Green"
navItems={[
{ name: "Home", id: "#hero" },
{ name: "Products", id: "#products" },
{ name: "About", id: "#about" },
{ name: "Contact", id: "#contact" }
{ name: "Home", id: "hero" },
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Contact", id: "location" }
]}
button={{ text: "Visit Us", href: "#location" }}
/>
</div>
@@ -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: "#" }] }
]}
/>
</div>