Update src/app/page.tsx

This commit is contained in:
2026-05-07 05:42:39 +00:00
parent 4a71dad8a1
commit c4f20ae649

View File

@@ -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."