Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d87a257b0b | |||
| 5fcf96fc85 | |||
| 10293fe333 | |||
| 4806f80cbd | |||
| 5c73160a70 | |||
| ac805d5d7f |
@@ -41,15 +41,15 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboardSplit
|
<HeroLogoBillboardSplit
|
||||||
logoText="Fresh Harvest"
|
logoText="Fresh Harvest"
|
||||||
description="Discover the finest locally-sourced fruits and vegetables in NYC. From vibrant berries to crisp greens, we bring farm-fresh quality directly to your table."
|
description="Farm-fresh produce delivered to NYC within 24 hours. Skip the grocery store and get premium fruits and vegetables delivered straight to your door with guaranteed freshness."
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "#products" },
|
{ text: "Get Fresh Now", href: "#products" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "24hr Delivery", href: "#about" }
|
||||||
]}
|
]}
|
||||||
layoutOrder="default"
|
layoutOrder="default"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/variety-tasty-natural-fruits-vegetables-italian-market-horizontal-selective-focus_1220-1257.jpg"
|
imageSrc="https://images.unsplash.com/photo-1599599810694-b5ac4dd67fbe?w=1200&h=800&fit=crop"
|
||||||
imageAlt="Fresh colorful fruits and vegetables"
|
imageAlt="Fresh red watermelon"
|
||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user