From aba5824b21026d78ba5383ca48ef707dd17ec5d3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 10:19:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2617222..03b6253 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,10 +138,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { id: "q1", title: "Step 1: Application", content: "Complete our background and habitat assessment." }, - { id: "q2", title: "Step 2: Consultation", content: "A personalized call to match your lifestyle and glider temperament." }, - { id: "q3", title: "Step 3: Reservation", content: "Secure your glider with a deposit and finalize your bonding prep." }, - { id: "q4", title: "Step 4: Adoption", content: "White-glove delivery or secure pickup at our facility." } + { id: "q1", title: "1. Submit Application", content: "Complete our background and habitat assessment." }, + { id: "q2", title: "2. Schedule Consultation", content: "A personalized call to match your lifestyle and glider temperament." }, + { id: "q3", title: "3. Complete Reservation", content: "Secure your glider with a deposit and finalize your bonding prep." }, + { id: "q4", title: "4. Finalize Adoption", content: "White-glove delivery or secure pickup at our facility." } ]} title="Adoption Process" description="A refined, transparent path to welcoming a new family member." -- 2.49.1