From 1fd496e241a2f18e1f2e0873a2c1ac7ec0693552 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 16:14:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e5d085..619a7e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,6 +144,7 @@ export default function LandingPage() { { id: "q1", title: "Are cleaning supplies provided?", content: "Yes, we bring our own high-quality, eco-friendly supplies." }, { id: "q2", title: "Do I need to be home?", content: "Not at all, we offer secure key access for your convenience." }, { id: "q3", title: "Can I cancel my booking?", content: "Yes, cancel up to 24 hours before your appointment for a full refund." }, + { id: "q4", title: "Is your service pet-friendly?", content: "Absolutely. Our cleaners are trained to work safely and comfortably around pets, and we take extra care to ensure your furry friends are secure during our visit." } ]} sideTitle="Commonly Asked Questions" sideDescription="Need more info? We are here to help." @@ -172,4 +173,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1