diff --git a/src/app/page.tsx b/src/app/page.tsx
index 960ee9b..9528164 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,9 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import { Award, Clock, Phone, Scissors, Sparkles } from "lucide-react";
+import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack';
+import EmailSignupForm from '@/components/form/EmailSignupForm';
+import { Award, Clock, Phone, Scissors, Sparkles, AlertTriangle, ShieldCheck } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,26 +31,12 @@ export default function LandingPage() {
@@ -56,19 +44,12 @@ export default function LandingPage() {
@@ -79,18 +60,9 @@ export default function LandingPage() {
title="A Legacy of Trust"
description="With over 16 years of dedication, Junior Barbers has built a reputation for perfection. We believe in taking the time to understand your style, ensuring every cut is nothing short of a masterpiece."
bulletPoints={[
- {
- title: "Master Barber Expertise",
- description: "Expertly led by Shehzad, our scissors specialists never rush your cut.",
- },
- {
- title: "Signature Perks",
- description: "Enjoy a free signature head massage with every premium grooming experience.",
- },
- {
- title: "Family Friendly",
- description: "Expert haircuts for children, with a lollipop to celebrate their new style.",
- },
+ { title: "Master Barber Expertise", description: "Expertly led by Shehzad, our scissors specialists never rush your cut.", icon: Scissors },
+ { title: "Signature Perks", description: "Enjoy a free signature head massage with every premium grooming experience.", icon: Sparkles },
+ { title: "Family Friendly", description: "Expert haircuts for children, with a lollipop to celebrate their new style.", icon: Award },
]}
imageSrc="http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462476.jpg"
mediaAnimation="slide-up"
@@ -98,41 +70,33 @@ export default function LandingPage() {
/>
-
+
+ />
+
+
+
+
+ 1. Consultation: We listen to your hair vision.
+ 2. Preparation: Sanitized tools for a clean slate.
+ 3. Execution: Precision cutting by our specialists.
+ 4. Finishing: Signature touches and styling.
+
@@ -140,46 +104,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- title: "Perfect Every Time",
- quote: "They never rush a cut. Always takes time to get it perfect.",
- name: "Graham",
- role: "Loyal Client",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-cheerful_176474-17343.jpg",
- },
- {
- id: "2",
- title: "Great Experience",
- quote: "The head massage is a absolute game-changer.",
- name: "Fahad",
- role: "Loyal Client",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg",
- },
- {
- id: "3",
- title: "Kid Friendly",
- quote: "My son loves coming here, and he always leaves with a lollipop!",
- name: "Weronika",
- role: "Parent",
- imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg",
- },
- {
- id: "4",
- title: "16 Years Strong",
- quote: "I've been trusting Shehzad for years. There's no better shop in town.",
- name: "Khalid",
- role: "Loyal Client",
- imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg?_wi=1",
- },
- {
- id: "5",
- title: "Professionalism",
- quote: "A true professional. Best fade I have had in the city.",
- name: "Marcus",
- role: "Regular",
- imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg?_wi=2",
- },
+ { id: "1", title: "Perfect Every Time", quote: "They never rush a cut. Always takes time to get it perfect.", name: "Graham", role: "Loyal Client" },
+ { id: "2", title: "Great Experience", quote: "The head massage is a absolute game-changer.", name: "Fahad", role: "Loyal Client" },
+ { id: "3", title: "16 Years Strong", quote: "There's no better shop in town.", name: "Khalid", role: "Loyal Client" },
]}
title="Voices of Trust"
description="Hear what our loyal community says about our dedication to quality."
@@ -187,32 +114,24 @@ export default function LandingPage() {
@@ -220,34 +139,10 @@ export default function LandingPage() {