12 Commits

Author SHA1 Message Date
b22164e975 Merge version_4 into main
Merge version_4 into main
2026-04-17 14:45:10 +00:00
40a9712787 Update src/app/page.tsx 2026-04-17 14:45:07 +00:00
014c08f618 Merge version_4 into main
Merge version_4 into main
2026-04-17 14:44:47 +00:00
b14544776b Update src/app/page.tsx 2026-04-17 14:44:43 +00:00
f558d81f84 Merge version_4 into main
Merge version_4 into main
2026-04-17 14:44:14 +00:00
354fcb43dd Update src/app/page.tsx 2026-04-17 14:44:11 +00:00
4a92ace538 Merge version_3 into main
Merge version_3 into main
2026-04-17 14:31:25 +00:00
f8e3d7d46e Update src/app/page.tsx 2026-04-17 14:31:22 +00:00
887c09d5e8 Merge version_3 into main
Merge version_3 into main
2026-04-17 14:30:58 +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

@@ -3,11 +3,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import SplitAbout from '@/components/sections/about/SplitAbout';
import MediaAbout from '@/components/sections/about/MediaAbout';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
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";
export default function LandingPage() {
return (
@@ -39,38 +43,111 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
<HeroBillboard
title="Mastery in Grooming"
description="Experience the ultimate grooming journey tailored for the modern Malaysian gentleman."
background={{ variant: "gradient-bars" }}
imageSrc="http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg"
imageSrc="http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg?_wi=1"
/>
</div>
<div id="hero-gallery" data-section="hero-gallery">
<HeroBillboardGallery
title="Our Atmosphere"
description="Step into a sanctuary dedicated to the modern gentleman."
background={{ variant: "gradient-bars" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205931.jpg?_wi=1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }
]}
/>
</div>
<div id="about-split" data-section="about-split">
<SplitAbout
<MetricSplitMediaAbout
title="Our Heritage"
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 }
metrics={[
{ value: "15+", title: "Years Experience" },
{ value: "5k+", title: "Happy Clients" },
{ value: "10", title: "Expert Barbers" }
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
/>
</div>
<div id="about-media" data-section="about-media">
<MediaAbout
title="The Royal Atmosphere"
description="Step into a sanctuary dedicated to the modern gentleman."
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205931.jpg"
<div id="feature" data-section="feature">
<FeatureCardNine
title="Premium Services"
description="We offer a range of specialized services to keep you looking sharp."
showStepNumbers={true}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Classic Cuts",
description: "Timeless cuts for the modern gentleman.",
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg?_wi=3" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205931.jpg?_wi=2" }
}
]}
/>
</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="slide-up"
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="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="footer" data-section="footer">
<FooterBase
logoText="The Royal Groom"
@@ -82,4 +159,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}