Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 21f71bc689 | |||
| f6eca61346 | |||
| 829f0c6563 |
@@ -3,6 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
@@ -54,7 +55,7 @@ export default function LandingPage() {
|
||||
description="Experience professional grooming at the heart of Irbid. Expert barbers, relaxing atmosphere, and a style tailored perfectly to you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now", href: "#contact"},
|
||||
text: "Book Now", href: "#booking"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
@@ -63,12 +64,6 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506339.jpg?_wi=1", imageAlt: "Barber tools"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vet-with-brush-animals-woman-black-t-shirt-cat-couch_1157-46550.jpg?_wi=1", imageAlt: "Barber shop exterior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-child-is-getting-trendy-haircut-from-barber-busy-barbershop_613910-20834.jpg", imageAlt: "Professional barber service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-interior_1163-2009.jpg", imageAlt: "Expert grooming tools"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/washing-process-small-dog-sits-table-dog-spaying-by-professional_1157-48817.jpg", imageAlt: "Salon environment"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -113,7 +108,7 @@ export default function LandingPage() {
|
||||
"Classic haircut", "Neck trim"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book", href: "#contact"},
|
||||
text: "Book", href: "#booking"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -121,7 +116,7 @@ export default function LandingPage() {
|
||||
"Classic haircut", "Beard groom", "Hot towel"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book", href: "#contact"},
|
||||
text: "Book", href: "#booking"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -129,7 +124,7 @@ export default function LandingPage() {
|
||||
"Beard shape", "Hot steam"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book", href: "#contact"},
|
||||
text: "Book", href: "#booking"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -138,6 +133,17 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="booking" data-section="booking">
|
||||
<ContactCenter
|
||||
tag="Booking"
|
||||
title="Schedule your appointment"
|
||||
description="Fill in your email below and we'll be in touch to confirm your visit."
|
||||
onSubmit={(email) => console.log("Booking requested by:", email)}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardFive
|
||||
animationType="slide-up"
|
||||
@@ -167,10 +173,6 @@ export default function LandingPage() {
|
||||
id: "2", name: "Rami", date: "8 months ago", title: "Excellent Service", quote: "Skilled barbers who really know what they are doing.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275459.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506339.jpg?_wi=2", imageAlt: "man happy after haircut"},
|
||||
{
|
||||
id: "3", name: "Ali", date: "3 months ago", title: "Highly Recommend", quote: "The best place for a haircut in Irbid.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-trans-model-posing_23-2148905626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vet-with-brush-animals-woman-black-t-shirt-cat-couch_1157-46550.jpg?_wi=2", imageAlt: "man happy after haircut"},
|
||||
{
|
||||
id: "4", name: "Client Four", date: "1 year ago", title: "Consistent Quality", quote: "Always satisfied with the results.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-woman_93675-133805.jpg", imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-gear-accessories_482257-76733.jpg", imageAlt: "man happy after haircut"},
|
||||
{
|
||||
id: "5", name: "Client Five", date: "1 year ago", title: "Friendly Staff", quote: "A very relaxing experience every visit.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94785.jpg", imageSrc: "http://img.b2bpic.net/free-photo/strict-slavic-middle-aged-male-barber-uniform-combing-beard-holding-scissors-isolated-purple-wall_141793-86101.jpg?_wi=2", imageAlt: "man happy after haircut"},
|
||||
]}
|
||||
title="What Clients Say"
|
||||
description="Join our community of satisfied gentlemen."
|
||||
|
||||
Reference in New Issue
Block a user