Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b22164e975 | |||
| 40a9712787 | |||
| 014c08f618 | |||
| b14544776b | |||
| f558d81f84 | |||
| 354fcb43dd | |||
| 4a92ace538 | |||
| f8e3d7d46e | |||
| 887c09d5e8 | |||
| dc1309180d | |||
| 60d38d45b8 | |||
| 675e762c73 |
119
src/app/page.tsx
119
src/app/page.tsx
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user