13 Commits

Author SHA1 Message Date
1ab199a765 Merge version_6 into main
Merge version_6 into main
2026-03-27 10:23:24 +00:00
1cdc8a35b0 Update src/app/page.tsx 2026-03-27 10:23:21 +00:00
12bb3cb337 Merge version_6 into main
Merge version_6 into main
2026-03-27 09:57:11 +00:00
8c3a66a4f9 Update src/app/page.tsx 2026-03-27 09:57:08 +00:00
ec01f6ed76 Merge version_6 into main
Merge version_6 into main
2026-03-27 09:56:38 +00:00
25fce265ac Update src/app/page.tsx 2026-03-27 09:56:32 +00:00
bbd5e3834b Merge version_6 into main
Merge version_6 into main
2026-03-27 09:53:46 +00:00
9dde189d34 Update src/app/page.tsx 2026-03-27 09:53:43 +00:00
5cb5c1b702 Merge version_5 into main
Merge version_5 into main
2026-03-27 09:42:18 +00:00
b384dc0674 Update src/app/page.tsx 2026-03-27 09:42:12 +00:00
79346a0814 Merge version_4 into main
Merge version_4 into main
2026-03-27 09:40:09 +00:00
ff7655670e Update src/app/page.tsx 2026-03-27 09:40:06 +00:00
47c0c97892 Merge version_3 into main
Merge version_3 into main
2026-03-27 09:38:36 +00:00

View File

@@ -25,7 +25,7 @@ export default function LandingPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<div id="nav" data-section="nav" className="transition-all duration-300">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "hero" },
@@ -64,9 +64,9 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{ id: "f1", title: "Classic Cuts", author: "Precision", description: "Timeless styles meeting modern standards.", tags: ["Hair", "Classic"], imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barbershop_1157-21635.jpg?_wi=2" },
{ id: "f2", title: "Skin Fades", author: "Expertise", description: "Detailed fades with perfect blending techniques.", tags: ["Fade", "Modern"], imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-posing-with-modern-tattoos_23-2150466357.jpg" },
{ id: "f3", title: "Beard Trim", author: "Detail", description: "Sharp lines and clean finishes for a sharp look.", tags: ["Beard", "Grooming"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-groomed-salon_23-2149220524.jpg" },
{ id: "f4", title: "Full Package", author: "Premium", description: "Complete haircut and beard grooming combination.", tags: ["Combo", "Premium"], imageSrc: "http://img.b2bpic.net/free-photo/tanned-man-with-elegant-style-playing-with-funny-beagle-dog-which-resting-carpet_197531-4850.jpg" }
{ id: "f2", title: "Skin Fades", author: "Expertise", description: "Detailed fades with perfect blending techniques.", tags: ["Fade", "Modern"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWODXzGSyTdm5m9Zkudsgd49uo/uploaded-1774605354725-rywizbmw.jpg" },
{ id: "f3", title: "Beard Trim", author: "Detail", description: "Sharp lines and clean finishes for a sharp look.", tags: ["Beard", "Grooming"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWODXzGSyTdm5m9Zkudsgd49uo/uploaded-1774605404651-twd0ruf0.jpg" },
{ id: "f4", title: "Full Package", author: "Premium", description: "Complete haircut and beard grooming combination.", tags: ["Combo", "Premium"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWODXzGSyTdm5m9Zkudsgd49uo/uploaded-1774605418984-4k3t5xch.jpg" }
]}
title="Our Services"
description="Professional grooming services tailored for every individual need."
@@ -83,7 +83,7 @@ export default function LandingPage() {
{ id: "p1", brand: "Style", name: "Modern Fade", price: "Featured", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-psd/barbershop-instagram-posts-collection_23-2149487551.jpg" },
{ id: "p2", brand: "Style", name: "Sharp Beard", price: "Featured", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-beard-smiling_23-2148618892.jpg" },
{ id: "p3", brand: "Style", name: "Classic Taper", price: "Featured", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-stylist-drying-wet-hair_23-2147769808.jpg" },
{ id: "p4", brand: "Style", name: "Interior", price: "Featured", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-talking-phone_23-2149361903.jpg" }
{ id: "p4", brand: "Style", name: " ", price: "Featured", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-talking-phone_23-2149361903.jpg" }
]}
title="Portfolio"
description="Browse our latest work from the shop floor."
@@ -145,4 +145,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}