36 Commits

Author SHA1 Message Date
920c997f93 Update src/app/page.tsx 2026-05-30 04:52:08 +00:00
0a4fb6aac5 Update src/app/page.tsx 2026-05-29 07:36:09 +00:00
76fa107ad2 Merge version_10 into main
Merge version_10 into main
2026-05-29 07:33:16 +00:00
a31ad9ca4c Update src/app/page.tsx 2026-05-29 07:33:13 +00:00
9b3b4c33ce Merge version_10 into main
Merge version_10 into main
2026-05-29 07:31:59 +00:00
6db8cba0b7 Update src/app/page.tsx 2026-05-29 07:31:56 +00:00
fe83196a67 Merge version_10 into main
Merge version_10 into main
2026-05-29 07:30:46 +00:00
f2e206b243 Update src/app/page.tsx 2026-05-29 07:30:40 +00:00
1a1f3784c4 Merge version_10 into main
Merge version_10 into main
2026-05-29 07:29:16 +00:00
4a5b0c89ae Update src/app/page.tsx 2026-05-29 07:29:13 +00:00
9c8bf69aa5 Merge version_10 into main
Merge version_10 into main
2026-05-29 07:24:25 +00:00
11473dbe86 Update src/app/page.tsx 2026-05-29 07:24:22 +00:00
e0085f1b1f Switch to version 10: modified src/app/page.tsx 2026-05-29 07:03:35 +00:00
1813f1ef04 Merge version_11 into main
Merge version_11 into main
2026-05-29 07:02:34 +00:00
42fc2aeecd Update src/app/page.tsx 2026-05-29 07:02:28 +00:00
0cdf4f07a9 Merge version_10 into main
Merge version_10 into main
2026-05-29 07:01:25 +00:00
0295afd41f Update src/app/page.tsx 2026-05-29 07:01:22 +00:00
6abe80c8f9 Merge version_10 into main
Merge version_10 into main
2026-05-29 06:59:13 +00:00
db9636dc92 Update src/app/page.tsx 2026-05-29 06:59:10 +00:00
5a6e8257bb Merge version_10 into main
Merge version_10 into main
2026-05-29 06:58:22 +00:00
11f4e81ac2 Update src/app/page.tsx 2026-05-29 06:58:16 +00:00
1573ce3d7a Merge version_10 into main
Merge version_10 into main
2026-05-29 06:54:07 +00:00
ab766e3da5 Update src/app/page.tsx 2026-05-29 06:54:01 +00:00
4fd9d53ef7 Merge version_9 into main
Merge version_9 into main
2026-05-29 06:51:24 +00:00
07b0099a0f Update src/app/page.tsx 2026-05-29 06:51:18 +00:00
79037b33d4 Merge version_8 into main
Merge version_8 into main
2026-05-29 06:48:12 +00:00
48192e25d3 Update src/app/page.tsx 2026-05-29 06:48:06 +00:00
2e7b356b47 Merge version_7 into main
Merge version_7 into main
2026-05-29 06:46:27 +00:00
7a0239543e Update src/app/page.tsx 2026-05-29 06:46:24 +00:00
9347199dea Merge version_7 into main
Merge version_7 into main
2026-05-29 00:38:19 +00:00
1b2bf5c2ef Update src/app/page.tsx 2026-05-29 00:38:16 +00:00
80849cf3ee Merge version_6 into main
Merge version_6 into main
2026-05-29 00:36:58 +00:00
0301663ea7 Update src/app/page.tsx 2026-05-29 00:36:55 +00:00
556f016ab8 Merge version_5 into main
Merge version_5 into main
2026-05-29 00:35:02 +00:00
5df93f5743 Update src/app/page.tsx 2026-05-29 00:34:56 +00:00
548c55dfd8 Merge version_4 into main
Merge version_4 into main
2026-05-29 00:33:04 +00:00

View File

@@ -8,9 +8,8 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import { Instagram } from "lucide-react"; import { Instagram } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -37,8 +36,6 @@ export default function LandingPage() {
name: "Services", id: "#services"}, name: "Services", id: "#services"},
{ {
name: "About", id: "#about"}, name: "About", id: "#about"},
{
name: "Gallery", id: "#gallery"},
{ {
name: "Reviews", id: "#reviews"}, name: "Reviews", id: "#reviews"},
{ {
@@ -50,7 +47,7 @@ export default function LandingPage() {
logoAlt="Mr Boss Barber Logo" logoAlt="Mr Boss Barber Logo"
brandName="Mr Boss Barber" brandName="Mr Boss Barber"
button={{ button={{
text: "Book Now", href: "#contact"}} text: "Book Now", href: "#contact"}}
/> />
</div> </div>
@@ -140,14 +137,6 @@ export default function LandingPage() {
id: "kids-cuts", title: "Kids Cuts", author: "Cool & Comfortable", description: "Stylish and comfortable haircuts for the younger generation, ensuring they leave looking their best.", tags: [ id: "kids-cuts", title: "Kids Cuts", author: "Cool & Comfortable", description: "Stylish and comfortable haircuts for the younger generation, ensuring they leave looking their best.", tags: [
"Starting at $40"], "Starting at $40"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECu6145ZfUO7BaOKsg2g3ccbhj/uploaded-1779968576929-rz82z2ng.png", imageAlt: "Kids haircut"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECu6145ZfUO7BaOKsg2g3ccbhj/uploaded-1779968576929-rz82z2ng.png", imageAlt: "Kids haircut"},
{
id: "hot-towel-shaves", title: "Hot Towel Shaves", author: "Ultimate Relaxation", description: "Indulge in a luxurious hot towel shave, a timeless tradition for ultimate comfort and a remarkably smooth finish.", tags: [
"Starting at $50"],
imageSrc: "http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg", imageAlt: "Hot towel shave"},
{
id: "styling-grooming", title: "Styling & Grooming", author: "Finish Your Look", description: "Expert product recommendations and styling tips to maintain your boss-level look long after you leave the chair.", tags: [
"Starting at $15"],
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-male-beauty-products-with-display_23-2150435188.jpg", imageAlt: "Hair styling"},
]} ]}
title="Our Boss-Level Grooming Services" title="Our Boss-Level Grooming Services"
description="Experience precision cuts, sharp fades, and luxurious grooming tailored for the modern gentleman. Each service is delivered with unmatched skill and attention to detail." description="Experience precision cuts, sharp fades, and luxurious grooming tailored for the modern gentleman. Each service is delivered with unmatched skill and attention to detail."
@@ -163,39 +152,11 @@ export default function LandingPage() {
description="At Mr Boss Barber, we combine a passion for style with unmatched professionalism. Our skilled barbers are dedicated to delivering high-quality experiences in a clean, modern atmosphere. We're more than just a barber shop; we're a welcoming, community-focused hub where every client leaves feeling confident and sharp. Located in the heart of Bundoora, we are your destination for premium grooming." description="At Mr Boss Barber, we combine a passion for style with unmatched professionalism. Our skilled barbers are dedicated to delivering high-quality experiences in a clean, modern atmosphere. We're more than just a barber shop; we're a welcoming, community-focused hub where every client leaves feeling confident and sharp. Located in the heart of Bundoora, we are your destination for premium grooming."
tagAnimation="none" tagAnimation="none"
buttonAnimation="none" buttonAnimation="none"
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECu6145ZfUO7BaOKsg2g3ccbhj/uploaded-1780037176557-joxfow3l.png"
imageAlt="Professional barber at work in Mr Boss Barber" imageAlt="Professional barber at work in Mr Boss Barber"
/> />
</div> </div>
<div id="gallery" data-section="gallery">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={false}
carouselMode="buttons"
products={[
{
id: "fade-1", name: "The High Fade", price: "From $40", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-man-touches-his-beard-with-his-hand_169016-25532.jpg", imageAlt: "Client with a sharp high fade haircut"},
{
id: "interior-1", name: "Shop Interior", price: "", variant: "Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-barber-s-hand-with-shaving-brush_23-2147839815.jpg", imageAlt: "Luxurious barber shop interior design"},
{
id: "haircut-1", name: "Textured Crop", price: "From $35", variant: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-18515.jpg", imageAlt: "Client with a modern textured crop haircut"},
{
id: "beard-1", name: "Defined Beard", price: "From $25", variant: "Sculpted", imageSrc: "http://img.b2bpic.net/free-photo/front-view-shirtless-man-with-shaving-cream-his-face_23-2148692247.jpg", imageAlt: "Client with a perfectly defined beard trim"},
{
id: "transformation-1", name: "Fresh Look", price: "", variant: "Transformation", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-tools-arrangement_23-2149167448.jpg", imageAlt: "Client looking confident after a haircut"},
{
id: "lifestyle-1", name: "Barber Life", price: "", variant: "Community", imageSrc: "http://img.b2bpic.net/free-photo/drunk-friends-call-waiter_171337-19383.jpg", imageAlt: "Barber interacting with clients in the shop"},
]}
title="Our Signature Style & Craft"
description="Explore our gallery of premium fades, fresh haircuts, and expert beard trims that define the Mr Boss Barber standard."
tagAnimation="none"
buttonAnimation="none"
/>
</div>
<div id="reviews" data-section="reviews"> <div id="reviews" data-section="reviews">
<TestimonialCardTen <TestimonialCardTen
textboxLayout="default" textboxLayout="default"
@@ -206,11 +167,11 @@ export default function LandingPage() {
{ {
id: "2", title: "Premium Quality Every Time", quote: "The attention to detail and skill here is unmatched. It's more than just a haircut; it's a true grooming ritual. My fade is always perfect.", name: "Noah R.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-hipster-businessman-model-wearing-casual-black-suit_158538-986.jpg", imageAlt: "Satisfied client Noah R."}, id: "2", title: "Premium Quality Every Time", quote: "The attention to detail and skill here is unmatched. It's more than just a haircut; it's a true grooming ritual. My fade is always perfect.", name: "Noah R.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-hipster-businessman-model-wearing-casual-black-suit_158538-986.jpg", imageAlt: "Satisfied client Noah R."},
{ {
id: "3", title: "Stylish and Welcoming", quote: "The atmosphere is fantastic luxury and masculine, yet incredibly welcoming. My son loves his kids cuts here too. A true gem in Bundoora.", name: "Ethan P.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-hipster-with-natural-makeup-short-haircut-enjoying-leisure-time-outdoors_158595-2728.jpg", imageAlt: "Satisfied client Ethan P."}, id: "3", title: "Stylish and Welcoming", quote: "The atmosphere is fantastic luxury and masculine, yet incredibly welcoming. My son loves his kids cuts here too. A true gem in Bundoora.", name: "Ethan P.", role: "Client", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECu6145ZfUO7BaOKsg2g3ccbhj/uploaded-1780039987841-pntpeax9.webp", imageAlt: "Satisfied client Ethan P."},
{ {
id: "4", title: "My Go-To Barber", quote: "Been coming here since they opened. The professionalism and quality never disappoint. They know exactly what I want every time. Boss level grooming indeed!", name: "Daniel K.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/office-manager_1098-14995.jpg", imageAlt: "Satisfied client Daniel K."}, id: "4", title: "My Go-To Barber", quote: "Been coming here since they opened. The professionalism and quality never disappoint. They know exactly what I want every time. Boss level grooming indeed!", name: "Daniel K.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/office-manager_1098-14995.jpg", imageAlt: "Satisfied client Daniel K."},
{ {
id: "5", title: "Fantastic Experience", quote: "From the hot towel shave to the beard trim, every service is executed with precision and care. I always leave feeling relaxed and perfectly groomed.", name: "Oscar B.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/cute-lady-holding-idea-board-looking-camera_114579-92435.jpg", imageAlt: "Satisfied client Oscar B."}, id: "5", title: "Fantastic Experience", quote: "From the hot towel shave to the beard trim, every service is executed with precision and care. I always leave feeling relaxed and perfectly groomed.", name: "Oscar B.", role: "Client", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECu6145ZfUO7BaOKsg2g3ccbhj/uploaded-1780039900811-89yg92wy.jpg", imageAlt: "Satisfied client Oscar B."},
]} ]}
title="What Our Clients Say" title="What Our Clients Say"
description="With a 4.9-star rating from over 233 reviews, our community trusts us for exceptional service and results. Hear directly from those who experience the Mr Boss Barber difference." description="With a 4.9-star rating from over 233 reviews, our community trusts us for exceptional service and results. Hear directly from those who experience the Mr Boss Barber difference."
@@ -230,7 +191,7 @@ export default function LandingPage() {
tagAnimation="none" tagAnimation="none"
buttons={[ buttons={[
{ {
text: "Follow Us On Instagram", href: "https://www.instagram.com/mrbossbarber/"}, text: "Follow Us On Instagram", href: "https://www.instagram.com/mrboss.barber/"},
]} ]}
buttonAnimation="none" buttonAnimation="none"
speed={40} speed={40}
@@ -256,7 +217,7 @@ export default function LandingPage() {
]} ]}
multiSelect={{ multiSelect={{
name: "service", label: "Select Service", options: [ name: "service", label: "Select Service", options: [
"Skin Fade", "Haircut", "Beard Trim", "Line-Up", "Kids Cut", "Hot Towel Shave", "Styling & Grooming"], "Skin Fade", "Haircut", "Beard Trim", "Line-Up", "Kids Cut", "Hot Towel Shave"],
}} }}
textarea={{ textarea={{
name: "message", placeholder: "Any special requests or details?", rows: 4, name: "message", placeholder: "Any special requests or details?", rows: 4,
@@ -272,18 +233,18 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterCard
logoSrc="http://img.b2bpic.net/free-psd/retro-male-gooming-facebook-template_23-2150206883.jpg" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECu6145ZfUO7BaOKsg2g3ccbhj/uploaded-1780116717607-dkc186np.png"
logoAlt="Mr Boss Barber Logo" logoAlt="Mr Boss Barber Logo"
logoText="Mr Boss Barber" logoText="Mr Boss Barber"
copyrightText="© 2024 Mr Boss Barber. All rights reserved." copyrightText="© 2024 Mr Boss Barber. All rights reserved."
socialLinks={[ socialLinks={[
{ {
icon: Instagram, icon: Instagram,
href: "https://www.instagram.com/mrbossbarber/", ariaLabel: "Instagram"}, href: "https://www.instagram.com/mrboss.barber/", ariaLabel: "Instagram"},
]} ]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }