From 8b61285386951fd243585dbe64b2df8ff4e3a4ff Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 05:41:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6bfd8c..73e27e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,6 +38,7 @@ export default function LandingPage() { { name: "Nail Services", id: "features" }, { name: "Tanning", id: "features" }, { name: "Reviews", id: "testimonials" }, + { name: "Ownership", id: "faq" } ]} brandName="Diamond Nails Spa" /> @@ -114,6 +115,7 @@ export default function LandingPage() { faqs={[ { id: "f1", title: "What are your hours?", content: "Mon-Fri 10am-7:30pm, Sat 9:30am-6:30pm." }, { id: "f2", title: "Do you accept walk-ins?", content: `Walk-ins are welcome but we recommend appointments and call us at ${salonPhone}.` }, + { id: "f3", title: "How do I transfer ownership?", content: "To transfer ownership of your website, please navigate to your admin dashboard and select the 'Settings' tab. From there, click on 'Manage Users' and select 'Transfer Ownership' to initiate the process with the designated team member." }, ]} title="Frequently Asked Questions" description="Have questions? We're here to help." -- 2.49.1