15 Commits

Author SHA1 Message Date
d87a257b0b Merge version_5 into main
Merge version_5 into main
2026-02-25 12:06:19 +00:00
5fcf96fc85 Update src/app/page.tsx 2026-02-25 12:06:14 +00:00
10293fe333 Merge version_4 into main
Merge version_4 into main
2026-02-25 12:04:15 +00:00
4806f80cbd Update src/app/page.tsx 2026-02-25 12:04:11 +00:00
5c73160a70 Merge version_3 into main
Merge version_3 into main
2026-02-25 12:00:59 +00:00
13d510ac58 Update src/app/page.tsx 2026-02-25 12:00:54 +00:00
ac805d5d7f Merge version_3 into main
Merge version_3 into main
2026-02-25 11:58:10 +00:00
68f4c05399 Update src/app/page.tsx 2026-02-25 11:58:05 +00:00
caf6781a78 Merge version_2 into main
Merge version_2 into main
2026-02-25 11:48:45 +00:00
f1d94cc97c Update src/app/page.tsx 2026-02-25 11:48:41 +00:00
96445f6905 Merge version_2 into main
Merge version_2 into main
2026-02-25 11:46:19 +00:00
d702dce92f Update src/app/page.tsx 2026-02-25 11:46:15 +00:00
a1466a54cd Merge version_1 into main
Merge version_1 into main
2026-02-25 11:41:23 +00:00
3f23ec3379 Merge version_1 into main
Merge version_1 into main
2026-02-25 11:40:39 +00:00
a3e3711f4a Merge version_1 into main
Merge version_1 into main
2026-02-25 11:36:55 +00:00

View File

@@ -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>