Update src/app/page.tsx
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
@@ -263,7 +263,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
<FaqDouble
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
@@ -275,28 +275,24 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "q4", title: "Do you offer gift cards?", content: "Absolutely! Gift cards are available for purchase at our salon and can be used for any service or product."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Have questions about our services, booking, or anything else? Find quick answers here."
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our services, booking, or anything else? Find quick answers here."
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
tag="Ready to Transform?"
|
||||
title="Book Your Appointment Today"
|
||||
description="Experience the Elegance difference. Our team is excited to welcome you and help you achieve your beauty goals."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now", href: "tel:+1234567890"},
|
||||
{
|
||||
text: "Email Us", href: "mailto:info@elegancesalon.com"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Sign Up for Updates"
|
||||
termsText="By clicking Sign Up you're confirming that you agree with our Terms and Conditions."
|
||||
onSubmit={(email) => console.log("Email submitted:", email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user