4 Commits

Author SHA1 Message Date
f8e3d7d46e Update src/app/page.tsx 2026-04-17 14:31:22 +00:00
dc1309180d Update src/app/page.tsx 2026-04-17 14:30:55 +00:00
60d38d45b8 Merge version_2 into main
Merge version_2 into main
2026-04-17 14:25:56 +00:00
675e762c73 Merge version_2 into main
Merge version_2 into main
2026-04-17 14:25:28 +00:00

View File

@@ -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";
@@ -53,7 +57,6 @@ export default function LandingPage() {
description="With 15+ years of experience, we define classic barbering excellence in KL."
useInvertedBackground={false}
textboxLayout="default"
mediaAnimation="none"
bulletPoints={[
{ title: "Expert Barbers", description: "Certified professionals", icon: Scissors },
{ title: "Premium Products", description: "High-end selection", icon: Scissors }
@@ -62,6 +65,16 @@ 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."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="about-media" data-section="about-media">
<MediaAbout
title="The Royal Atmosphere"
@@ -71,6 +84,45 @@ 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"
cardTag="Feedback"
cardAnimation="slide-up"
useInvertedBackground={false}
/>
</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"
description="Got questions? Find answers to commonly asked grooming queries here."
faqsAnimation="opacity"
textboxLayout="default"
useInvertedBackground={false}
/>
</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 }
]}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="The Royal Groom"