diff --git a/src/app/barbers/page.tsx b/src/app/barbers/page.tsx
new file mode 100644
index 0000000..3c2626e
--- /dev/null
+++ b/src/app/barbers/page.tsx
@@ -0,0 +1,67 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
+
+export default function BarbersSelectionPage() {
+ return (
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index e1813f4..7275e29 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,7 +8,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SplitAbout from '@/components/sections/about/SplitAbout';
-import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
+import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
export default function LandingPage() {
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,30 +45,21 @@ export default function LandingPage() {
-
@@ -200,40 +136,11 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "James P.",
- handle: "Regular Customer",
- testimonial: "Best fade I've had in the city. The service is consistent and high quality.",
- imageSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462481.jpg",
- },
+ id: "t1", name: "James P.", handle: "Regular Customer", testimonial: "Best fade I've had in the city. The service is consistent and high quality.", imageSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462481.jpg"},
{
- id: "t2",
- name: "Marcus W.",
- handle: "Weekly Regular",
- testimonial: "Nu Look is my go-to. Professional staff and great atmosphere.",
- imageSrc: "http://img.b2bpic.net/free-photo/two-male-friends-having-fun-restaurant_23-2147861898.jpg",
- },
+ id: "t2", name: "Marcus W.", handle: "Weekly Regular", testimonial: "Nu Look is my go-to. Professional staff and great atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/two-male-friends-having-fun-restaurant_23-2147861898.jpg"},
{
- id: "t3",
- name: "David T.",
- handle: "Grooming Enthusiast",
- testimonial: "Excellent experience every time. The hot towel shave is a must!",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-man-getting-ready-new-look_23-2148256983.jpg",
- },
- {
- id: "t4",
- name: "Robert M.",
- handle: "New Client",
- testimonial: "First time here and I'm very satisfied. Definitely coming back.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1",
- },
- {
- id: "t5",
- name: "Sarah J.",
- handle: "Gifted Gift",
- testimonial: "My brother looks incredible after his session here. Highly recommended!",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2",
- },
+ id: "t3", name: "David T.", handle: "Grooming Enthusiast", testimonial: "Excellent experience every time. The hot towel shave is a must!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-man-getting-ready-new-look_23-2148256983.jpg"},
]}
title="Hear From Our Clients"
description="Don't just take our word for it."
@@ -247,22 +154,14 @@ export default function LandingPage() {
description="Ready for a fresh new look? Fill out the form and we will confirm your appointment shortly."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- required: true,
+ name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
]}
textarea={{
- name: "notes",
- placeholder: "Special requests or preferred service",
- }}
+ name: "notes", placeholder: "Special requests or preferred service"}}
imageSrc="http://img.b2bpic.net/free-photo/view-scissors-hair-salon_23-2150462460.jpg?_wi=2"
mediaAnimation="slide-up"
/>
@@ -272,33 +171,23 @@ export default function LandingPage() {