From 9db5a18c4b6db862f3a4aecd9080673b2f34d53f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 14:51:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4c7b40..63dc370 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -176,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." @@ -229,4 +231,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1