From bf42f3302516a81eb177abf031d9c9a066202d83 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 14:38:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 227a2ea..61e5fa2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,8 +146,9 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { id: "1", title: "What should I wear?", content: "Come as you are! You'll see people in everything from jeans to business casual." }, - { id: "2", title: "Is there child care?", content: "Yes, we offer safe, engaging children's programs during the service." }, - { id: "3", title: "How long is the service?", content: "Our Sunday service typically lasts about 75 minutes." } + { id: "2", title: "What can I expect when I arrive?", content: "You'll be welcomed by our friendly greeters at the door who can help you find parking and direct you to the auditorium." }, + { id: "3", title: "Is there child care?", content: "Yes, we offer safe, engaging children's programs during the service." }, + { id: "4", title: "How long is the service?", content: "Our Sunday service typically lasts about 75 minutes." } ]} sideTitle="Frequently Asked Questions" sideDescription="Everything you need to know before visiting us this Sunday." -- 2.49.1