1 Commits

Author SHA1 Message Date
13cdc9d965 Update src/app/page.tsx 2026-05-02 22:53:09 +00:00

View File

@@ -31,14 +31,14 @@ export default function Page() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={navItems} navItems={navItems}
brandName="Village Green" brandName="Village Green"
button={{ text: "Get Started", href: "#contact" }} button={{ text: "Get Started", href: "#location" }}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
logoText="Not Your Average Convenience Store." logoText="Not Your Average Convenience Store."
description="Snacks, essentials, and everyday luxury — right in your neighborhood." description="Snacks, essentials, and everyday luxury — right in your neighborhood."
buttons={[{ text: "Visit Us Today", href: "#contact" }, { text: "See What We Carry", href: "#products" }]} buttons={[{ 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" imageSrc="http://img.b2bpic.net/free-photo/client-shopping-local-retailer_23-2149349412.jpg"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
@@ -111,7 +111,7 @@ export default function Page() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoText="Village Green Convenience" 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: "#" }] }]} columns={[{ title: "Store", items: [{ label: "About", href: "#about" }, { label: "Products", href: "#products" }] }, { title: "Help", items: [{ label: "Contact Us", href: "#location" }, { label: "FAQs", href: "#" }] }]}
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>