2 Commits

Author SHA1 Message Date
952b8b14ea Update src/app/page.tsx 2026-05-07 04:53:41 +00:00
8cb3017f55 Merge version_7 into main
Merge version_7 into main
2026-05-07 04:51:33 +00:00

View File

@@ -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,6 @@ export default function LandingPage() {
{ name: "Nail Services", id: "features" },
{ name: "Tanning", id: "features" },
{ name: "Reviews", id: "testimonials" },
{ name: `Call Now: ${salonPhone}`, id: "contact" },
]}
brandName="Diamond Nails Spa"
/>
@@ -123,16 +121,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"