Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f939cb2f73 | |||
| 5e1d3faa58 | |||
| e2b0a2f945 | |||
| 19069c45e7 | |||
| 92dce30363 | |||
| 1c96fe9916 | |||
| 680e54fcd8 | |||
| 014c4024b0 | |||
| 0138714973 | |||
| 797b79095f | |||
| 2d925623b9 | |||
| 237643fd5d | |||
| e9593393d0 | |||
| 290ae11ef4 |
@@ -31,14 +31,14 @@ export default function Page() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="Village Green"
|
||||
button={{ text: "Get Started", href: "#location" }}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="Not Your Average Convenience Store."
|
||||
description="Snacks, essentials, and everyday luxury — right in your neighborhood."
|
||||
buttons={[{ text: "Visit Us Today", href: "#location" }, { text: "See What We Carry", href: "#products" }]}
|
||||
buttons={[{ text: "Visit Us Today", href: "#contact" }, { text: "See What We Carry", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/client-shopping-local-retailer_23-2149349412.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
@@ -68,9 +68,9 @@ export default function Page() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Drinks", price: "From $2.99", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/people-clanging-bottles-beer_23-2147935836.jpg" },
|
||||
{ id: "p2", name: "Snacks", price: "From $1.99", variant: "New", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sandwich-chips_23-2148454776.jpg" },
|
||||
{ id: "p3", name: "Essentials", price: "From $3.49", variant: "Pick", imageSrc: "http://img.b2bpic.net/free-photo/side-view-breads-as-black-seeded-baguette-basket-plaid-cloth-wooden-surface-with-copy-space_141793-11330.jpg" }
|
||||
{ id: "p1", name: "Drinks", price: "Energy & Juice", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/people-clanging-bottles-beer_23-2147935836.jpg" },
|
||||
{ id: "p2", name: "Snacks", price: "Chips & Chocolate", variant: "New", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sandwich-chips_23-2148454776.jpg" },
|
||||
{ id: "p3", name: "Essentials", price: "Milk, Eggs, Bread", variant: "Pick", imageSrc: "http://img.b2bpic.net/free-photo/side-view-breads-as-black-seeded-baguette-basket-plaid-cloth-wooden-surface-with-copy-space_141793-11330.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,7 +111,7 @@ export default function Page() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Village Green Convenience"
|
||||
columns={[{ title: "Store", items: [{ label: "About", href: "#about" }, { label: "Products", href: "#products" }] }, { title: "Help", items: [{ label: "Contact Us", href: "#location" }, { label: "FAQs", href: "#" }] }]}
|
||||
columns={[{ title: "Store", items: [{ label: "About", href: "#about" }, { label: "Products", href: "#products" }] }, { title: "Help", items: [{ label: "Contact Us", href: "#contact" }, { label: "FAQs", href: "#" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user