Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user