Compare commits
10 Commits
version_7
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b61285386 | |||
| 4d757b56bf | |||
| be722b4614 | |||
| d032ad8712 | |||
| 390ef68ab7 | |||
| f9a79924a8 | |||
| 83f3995793 | |||
| 81ab8e6a47 | |||
| 952b8b14ea | |||
| 8cb3017f55 |
@@ -2,7 +2,6 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
@@ -39,7 +38,7 @@ export default function LandingPage() {
|
||||
{ name: "Nail Services", id: "features" },
|
||||
{ name: "Tanning", id: "features" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: `Call Now: ${salonPhone}`, id: "contact" },
|
||||
{ name: "Ownership", id: "faq" }
|
||||
]}
|
||||
brandName="Diamond Nails Spa"
|
||||
/>
|
||||
@@ -50,7 +49,7 @@ export default function LandingPage() {
|
||||
title="Diamond Nails Spa & Tanning"
|
||||
description="Professional nail care, tanning, and beauty services in the heart of Hollywood. Experience relaxation and refined style."
|
||||
buttons={[
|
||||
{ text: "Book Appointment", onClick: handleBookClick },
|
||||
{ text: "Call to Book Appointment", onClick: handleBookClick },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/compact-powder-nail-polish-bottle-sponges-table_23-2148031368.jpg"
|
||||
/>
|
||||
@@ -116,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."
|
||||
@@ -123,16 +123,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Book Now"
|
||||
title="Secure Your Appointment Today"
|
||||
description={`Ready for a refreshed look? Call now to secure your preferred time. Our team is available at ${salonPhone}.`}
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Diamond Nails Spa"
|
||||
|
||||
Reference in New Issue
Block a user