diff --git a/src/app/page.tsx b/src/app/page.tsx
index a3618b4..aa9aa62 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,10 +5,10 @@ import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterMedia from '@/components/sections/footer/FooterMedia';
-import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
+import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
-import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
+import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextAbout from '@/components/sections/about/TextAbout';
import { Award, CheckCircle, Scissors, Star, User, Zap } from "lucide-react";
@@ -30,66 +30,27 @@ export default function LandingPage() {
-
@@ -97,10 +58,7 @@ export default function LandingPage() {
@@ -111,42 +69,18 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Classic Haircut", description: "Tailored to your style and preferences with a professional touch.", media: {
- imageSrc: "http://img.b2bpic.net/free-photo/barber-putting-cape-clients-neck_107420-94792.jpg", imageAlt: "Classic haircut"},
- items: [
- {
- icon: Scissors,
- text: "Precise cut"},
- {
- icon: User,
- text: "Personalized consultation"},
- ],
+ title: "Classic Haircut", description: "Tailored to your style and preferences with a professional touch.", media: { imageSrc: "http://img.b2bpic.net/free-photo/barber-putting-cape-clients-neck_107420-94792.jpg", imageAlt: "Classic haircut" },
+ items: [{ icon: Scissors, text: "Precise cut" }, { icon: User, text: "Personalized consultation" }],
reverse: false,
},
{
- title: "Skin Fade", description: "Clean, sharp, and signature precision for a modern aesthetic.", media: {
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-sunglasses-grey-background_613910-10286.jpg", imageAlt: "Skin fade"},
- items: [
- {
- icon: Zap,
- text: "Modern look"},
- {
- icon: CheckCircle,
- text: "Sharp edges"},
- ],
+ title: "Skin Fade", description: "Clean, sharp, and signature precision for a modern aesthetic.", media: { imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-sunglasses-grey-background_613910-10286.jpg", imageAlt: "Skin fade" },
+ items: [{ icon: Zap, text: "Modern look" }, { icon: CheckCircle, text: "Sharp edges" }],
reverse: true,
},
{
- title: "Beard Grooming", description: "Sculpted to suit your jawline perfectly with premium products.", media: {
- imageSrc: "http://img.b2bpic.net/free-photo/headshot-thoughtful-handsome-man-looking-intrigued-squinting-thinking-about-something-standin_1258-163720.jpg", imageAlt: "Beard grooming"},
- items: [
- {
- icon: Award,
- text: "Detail focused"},
- {
- icon: Star,
- text: "Professional care"},
- ],
+ title: "Beard Grooming", description: "Sculpted to suit your jawline perfectly with premium products.", media: { imageSrc: "http://img.b2bpic.net/free-photo/headshot-thoughtful-handsome-man-looking-intrigued-squinting-thinking-about-something-standin_1258-163720.jpg", imageAlt: "Beard grooming" },
+ items: [{ icon: Award, text: "Detail focused" }, { icon: Star, text: "Professional care" }],
reverse: false,
},
]}
@@ -162,12 +96,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
- {
- id: "1", name: "Semir", role: "Founder & Master Barber", description: "Mastering the craft with years of experience and sharp precision.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1828.jpg?_wi=2"},
- {
- id: "2", name: "Efe", role: "Style Specialist", description: "Energy, style, and precision for every unique client.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-afro-american-male-barber-wearing-uniform-holding-barber-tools-pointing-them_141793-116999.jpg?_wi=2"},
- {
- id: "3", name: "Join Us", role: "Looking for barbers", description: "We are growing. Join our team of experts.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1828.jpg?_wi=3"},
+ { id: "1", name: "Semir", role: "Founder & Master Barber", description: "Mastering the craft with years of experience and sharp precision.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1828.jpg?_wi=2" },
+ { id: "2", name: "Efe", role: "Style Specialist", description: "Energy, style, and precision for every unique client.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-afro-american-male-barber-wearing-uniform-holding-barber-tools-pointing-them_141793-116999.jpg?_wi=2" },
+ { id: "3", name: "Join Us", role: "Looking for barbers", description: "We are growing. Join our team of experts.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1828.jpg?_wi=3" },
]}
title="The Craftsmen"
description="Meet the team that keeps the Danforth looking sharp."
@@ -175,39 +106,27 @@ export default function LandingPage() {
-
@@ -219,32 +138,23 @@ export default function LandingPage() {
columns={[
{
title: "Navigate", items: [
- {
- label: "Our Story", href: "#about"},
- {
- label: "Services", href: "#services"},
- {
- label: "The Team", href: "#team"},
- {
- label: "Reviews", href: "#reviews"},
- {
- label: "Location", href: "#location"},
+ { label: "Our Story", href: "#about" },
+ { label: "Services", href: "#services" },
+ { label: "The Team", href: "#team" },
+ { label: "Reviews", href: "#reviews" },
+ { label: "Location", href: "#location" },
],
},
{
title: "Hours", items: [
- {
- label: "Mon-Sat: 9am-7pm", href: "#"},
- {
- label: "Sun: 10am-5pm", href: "#"},
+ { label: "Mon-Sat: 9am-7pm", href: "#" },
+ { label: "Sun: 10am-5pm", href: "#" },
],
},
{
title: "Connect", items: [
- {
- label: "Book Now", href: "#booking"},
- {
- label: "Privacy Policy", href: "#"},
+ { label: "Book Now", href: "#booking" },
+ { label: "Privacy Policy", href: "#" },
],
},
]}