7 Commits

Author SHA1 Message Date
7a64f5c21e Merge version_4 into main
Merge version_4 into main
2026-04-21 14:53:15 +00:00
4eba042bf2 Update src/app/page.tsx 2026-04-21 14:53:09 +00:00
21a21b90cc Merge version_3 into main
Merge version_3 into main
2026-04-21 14:51:44 +00:00
9db5a18c4b Update src/app/page.tsx 2026-04-21 14:51:41 +00:00
82a57efd1e Merge version_2 into main
Merge version_2 into main
2026-04-21 14:22:36 +00:00
3f8a66671d Update src/app/page.tsx 2026-04-21 14:22:33 +00:00
5803054455 Merge version_1 into main
Merge version_1 into main
2026-04-21 14:19:20 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
<HeroSplitDualMedia
background={{
variant: "gradient-bars"}}
title="Fresh from Our Farm to Your Door"
title="Get Farm-Fresh Organic Produce Delivered Weekly to Your Door"
description="We grow seasonal, organic produce with love and sustainable practices, ensuring your family eats only the best. Discover the true taste of nature."
tag="Certified Organic"
mediaItems={[
@@ -121,6 +121,10 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
buttons={[
{
text: "Get Started", href: "/subscribe"}
]}
products={[
{
id: "p1", name: "Vegetable Mix Box", price: "$35", variant: "Weekly Subscription", imageSrc: "http://img.b2bpic.net/free-photo/vegetables_23-2148023444.jpg"},
@@ -172,6 +176,8 @@ export default function LandingPage() {
id: "f2", title: "Are you USDA Certified?", content: "Yes, all our farming methods meet or exceed USDA organic standards."},
{
id: "f3", title: "Do you deliver?", content: "We offer local home delivery within 30 miles of our farm every Tuesday."},
{
id: "f4", title: "Do you offer a satisfaction guarantee?", content: "Yes! We want you to love your produce. If you are not satisfied with any item in your box, let us know within 24 hours of delivery for a full credit on your next order."}
]}
title="Common Questions"
description="Here is what our community often wonders."
@@ -225,4 +231,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}