Merge version_3 into main #3
@@ -6,6 +6,10 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Scissors } from "lucide-react";
|
||||
|
||||
@@ -62,6 +66,14 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
names={["Barber Life", "Gentleman Weekly", "KL Style", "Classic Cuts"]}
|
||||
title="Trusted By Industry Leaders"
|
||||
description="Our expertise is recognized across the grooming industry."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-media" data-section="about-media">
|
||||
<MediaAbout
|
||||
title="The Royal Atmosphere"
|
||||
@@ -71,6 +83,40 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex Wong", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-suit-glasses-standing-office_114579-1148.jpg" },
|
||||
{ id: "2", name: "David Lim", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-wearing-casual-outfit-standing-against-white-wall_114579-1142.jpg" }
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{ id: "1", title: "Do I need an appointment?", content: "Yes, we recommend booking in advance to ensure your preferred time slot." },
|
||||
{ id: "2", title: "What services do you offer?", content: "We offer haircuts, beard trims, shaves, and premium styling treatments." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
faqsAnimation="opacity"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Book Your Visit"
|
||||
description="Fill out the form below and we will get back to you shortly."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="The Royal Groom"
|
||||
|
||||
Reference in New Issue
Block a user