Update src/app/page.tsx

This commit is contained in:
2026-04-20 21:40:32 +00:00
parent 296c92b3e5
commit a5692dd240

View File

@@ -12,7 +12,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { ShieldCheck, Leaf, DollarSign, Phone } from "lucide-react";
import { ShieldCheck, Leaf, DollarSign } from "lucide-react";
export default function GoodLuckFarmsPage() {
return (
@@ -161,7 +161,7 @@ export default function GoodLuckFarmsPage() {
tag="Join Today"
tagIcon={Leaf}
title="Get Fresh Produce Delivered to You"
description="Join our seasonal program or place a custom order today. We look forward to nourishing your family."
description="Join our seasonal program or place a custom order today. We look forward to nourishing your family. Visit us at 77981 Van Dyke, Bruce Township, MI 48065."
buttons={[{ text: "Get Started", href: "#contact" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}