Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d87a257b0b | |||
| 5fcf96fc85 | |||
| 10293fe333 | |||
| 4806f80cbd | |||
| 5c73160a70 | |||
| 13d510ac58 | |||
| ac805d5d7f | |||
| 68f4c05399 | |||
| caf6781a78 | |||
| f1d94cc97c | |||
| 96445f6905 | |||
| d702dce92f | |||
| a1466a54cd | |||
| 3f23ec3379 | |||
| a3e3711f4a |
@@ -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"
|
||||||
@@ -155,6 +155,10 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
carouselMode="buttons"
|
||||||
|
uniformGridCustomHeightClasses="min-h-80"
|
||||||
|
cardClassName="backdrop-blur-md bg-card/40 border border-accent/20"
|
||||||
|
containerClassName="relative"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user