From c4f20ae6498fa41eee6907fa2d5737f9f0101e43 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 05:42:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 73e27e7..190eeac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,8 +37,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Nail Services", id: "features" }, { name: "Tanning", id: "features" }, - { name: "Reviews", id: "testimonials" }, - { name: "Ownership", id: "faq" } + { name: "Reviews", id: "testimonials" } ]} brandName="Diamond Nails Spa" /> @@ -115,7 +114,6 @@ 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."