4 Commits

Author SHA1 Message Date
8b61285386 Update src/app/page.tsx 2026-05-07 05:41:31 +00:00
4d757b56bf Merge version_11 into main
Merge version_11 into main
2026-05-07 05:05:02 +00:00
be722b4614 Update src/app/page.tsx 2026-05-07 05:04:56 +00:00
d032ad8712 Merge version_10 into main
Merge version_10 into main
2026-05-07 05:03:33 +00:00

View File

@@ -2,7 +2,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { useState } from "react";
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
@@ -14,7 +13,6 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
export default function LandingPage() {
const salonPhone = "(323) 969-8760";
const [lang, setLang] = useState("EN");
const handleBookClick = () => {
alert(`Please call our salon at ${salonPhone} to book your appointment!`);
};
@@ -40,14 +38,10 @@ 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"
/>
<div className="flex justify-center gap-2 p-2 bg-card text-foreground">
<button onClick={() => setLang("EN")}>EN</button>
<button onClick={() => setLang("RU")}>RU</button>
<button onClick={() => setLang("ES")}>ES</button>
</div>
</div>
<div id="hero" data-section="hero">
@@ -121,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."