Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -7,12 +7,10 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Info, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -81,9 +79,10 @@ export default function LandingPage() {
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Beauty Enthusiasts"
|
||||
names={["Mumbai Beauty Club", "Elite Spa Network", "Nail Art Pros", "Wellness Collective", "Style & Grace"]
|
||||
}
|
||||
useInvertedBackground={true}
|
||||
description="Join thousands of satisfied clients who choose us for their beauty needs."
|
||||
textboxLayout="default"
|
||||
names={["Mumbai Beauty Club", "Elite Spa Network", "Nail Art Pros", "Wellness Collective", "Style & Grace"]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,6 +120,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our services and booking process."
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do I need an appointment?", content: "Yes, we highly recommend booking in advance to ensure availability." },
|
||||
{ id: "f2", title: "Do you offer home services?", content: "Select services can be provided at home. Please contact us to confirm." },
|
||||
|
||||
Reference in New Issue
Block a user