8 Commits

Author SHA1 Message Date
add05dee75 Update src/app/booking/page.tsx 2026-04-19 06:57:33 +00:00
c111f0a9c3 Update src/app/page.tsx 2026-04-19 06:57:09 +00:00
2fd036cbd2 Add src/app/booking/page.tsx 2026-04-19 06:57:09 +00:00
9b63427693 Merge version_2 into main
Merge version_2 into main
2026-04-19 06:55:27 +00:00
1488d2e69d Update src/app/page.tsx 2026-04-19 06:55:24 +00:00
e3f0a639f4 Merge version_1 into main
Merge version_1 into main
2026-04-19 06:47:45 +00:00
88fef01945 Merge version_1 into main
Merge version_1 into main
2026-04-19 06:45:04 +00:00
3713759654 Merge version_1 into main
Merge version_1 into main
2026-04-19 06:44:31 +00:00
2 changed files with 61 additions and 24 deletions

52
src/app/booking/page.tsx Normal file
View File

@@ -0,0 +1,52 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ContactText from '@/components/sections/contact/ContactText';
import FooterCard from '@/components/sections/footer/FooterCard';
export default function BookingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="noise"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/#services" },
{ name: "Team", id: "/#team" },
{ name: "Location", id: "/#contact" },
{ name: "Booking", id: "/booking" },
]}
brandName="Cut Creation Barbers"
/>
</div>
<div style={{ minHeight: "60vh", display: "flex", alignItems: "center", justifyContent: "center", padding: "4rem" }}>
<ContactText
text="Booking System Integration Coming Soon. Please contact us directly for appointments in the meantime."
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="footer">
<FooterCard
logoText="CUT CREATION BARBERS"
copyrightText="© 2025 Cut Creation Barbers | New Lynn"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -7,7 +7,6 @@ import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwen
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
@@ -31,11 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "#hero" },
{ name: "Home", id: "/" },
{ name: "Services", id: "#services" },
{ name: "Team", id: "#team" },
{ name: "Pricing", id: "#pricing" },
{ name: "Location", id: "#contact" },
{ name: "Booking", id: "/booking" },
]}
brandName="Cut Creation Barbers"
/>
@@ -48,7 +47,7 @@ export default function LandingPage() {
description="Precision Cuts. Every Time. Trusted by loyal clients in New Lynn. No rushed cuts. No guesswork."
tag="PREMIUM BARBERSHOP"
buttons={[
{ text: "Book Appointment", href: "#contact" },
{ text: "Book Appointment", href: "/booking" },
{ text: "Walk In Today", href: "#contact" },
]}
mediaItems={[
@@ -69,11 +68,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Total Consistency", description: "We ensure the same level of quality every single visit.", imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-holding-hair-dryer_23-2149220573.jpg", buttonText: "Book Now"},
title: "Total Consistency", description: "We ensure the same level of quality every single visit.", imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-holding-hair-dryer_23-2149220573.jpg", buttonText: "Book Now", buttonHref: "/booking"},
{
title: "Precision Detail", description: "Attention to detail that separates us from the rest.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-beard-trimmed_23-2148256868.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-male-purple-suit-isolated-grey-vignette-background_613910-1970.jpg", buttonText: "Book Now"},
title: "Precision Detail", description: "Attention to detail that separates us from the rest.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-beard-trimmed_23-2148256868.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-male-purple-suit-isolated-grey-vignette-background_613910-1970.jpg", buttonText: "Book Now", buttonHref: "/booking"},
{
title: "We Actually Listen", description: "Consultation-first approach to ensure you get exactly what you want.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-redhead-male-dressed-blue-suit-sunglasses-dark-grey-background_613910-12043.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/side-view-artists-getting-ready-show_23-2149434526.jpg", buttonText: "Book Now"},
title: "We Actually Listen", description: "Consultation-first approach to ensure you get exactly what you want.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-redhead-male-dressed-blue-suit-sunglasses-dark-grey-background_613910-12043.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/side-view-artists-getting-ready-show_23-2149434526.jpg", buttonText: "Book Now", buttonHref: "/booking"},
]}
title="Why Clients Don't Go Anywhere Else"
description="Unmatched consistency, attention to detail, and a relaxed environment where we actually listen to your style needs."
@@ -135,20 +134,6 @@ export default function LandingPage() {
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "std", name: "Standard Cut", price: "$30", features: ["Classic cut", "Detail work"], buttons: [{ text: "Book Now", href: "#contact" }] },
{ id: "fade", name: "Skin Fade", price: "$35", features: ["Precision blend", "Detail work"], buttons: [{ text: "Book Now", href: "#contact" }] },
]}
title="Quality Cuts at Fair Prices"
description="Simple, honest pricing for the best quality experience."
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
@@ -157,8 +142,8 @@ export default function LandingPage() {
title="Ready for a proper haircut?"
description="3083 Great North Road, New Lynn. Visit us today or book ahead to ensure a spot with your preferred barber."
buttons={[
{ text: "Book Appointment", href: "#" },
{ text: "Walk In Today", href: "#" },
{ text: "Book Appointment", href: "/booking" },
{ text: "Walk In Today", href: "/booking" },
]}
/>
</div>
@@ -172,4 +157,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}