Compare commits
2 Commits
version_11
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b61285386 | |||
| 4d757b56bf |
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user