17 Commits

Author SHA1 Message Date
b5dd35199a Update src/app/page.tsx 2026-03-10 08:35:24 +00:00
c2129104d0 Update src/app/page.tsx 2026-03-10 08:34:02 +00:00
729a218f62 Update src/app/page.tsx 2026-03-10 08:26:40 +00:00
0ccd677be8 Update src/app/page.tsx 2026-03-10 08:24:13 +00:00
2636cf2cf3 Update src/app/page.tsx 2026-03-10 08:03:32 +00:00
b24789c0cb Update src/app/page.tsx 2026-03-10 08:00:25 +00:00
63cf3b4a0e Merge version_1 into main
Merge version_1 into main
2026-03-10 07:45:24 +00:00
6a30037f10 Merge version_1 into main
Merge version_1 into main
2026-03-10 07:40:45 +00:00
7aca1faff8 Merge version_1 into main
Merge version_1 into main
2026-03-10 07:37:48 +00:00
2c86f7c5a0 Merge version_1 into main
Merge version_1 into main
2026-03-10 07:37:34 +00:00
8afee50114 Merge version_1 into main
Merge version_1 into main
2026-03-10 07:36:34 +00:00
45048163bf Merge version_1 into main
Merge version_1 into main
2026-03-10 07:34:27 +00:00
4016060123 Merge version_1 into main
Merge version_1 into main
2026-03-10 07:31:16 +00:00
2d3623f711 Merge version_1 into main
Merge version_1 into main
2026-03-10 07:17:28 +00:00
13f18f4bd3 Merge version_1 into main
Merge version_1 into main
2026-03-10 07:11:53 +00:00
8b284619d0 Merge version_1 into main
Merge version_1 into main
2026-03-10 07:02:11 +00:00
985aeaffbb Merge version_1 into main
Merge version_1 into main
2026-03-10 06:38:54 +00:00

View File

@@ -9,6 +9,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Scissors, Waves, Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -39,21 +40,24 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
title="Precision Cuts & Modern Style"
description="AXIS Barbershop in Killybegs delivers high-quality classic cuts, fades, and grooming with attention to detail and professional expertise."
description="Professional barber shop in Killybegs delivering expert haircuts, clean fades, and modern grooming with attention to detail."
background={{ variant: "plain" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773128434402-fm4exfkl.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773131714572-owuoalrn.png"
imageAlt="AXIS Barbershop modern interior"
mediaAnimation="slide-up"
testimonials={[
{
name: "Quality Service", handle: "Professional Excellence", testimonial: "Precision cuts and clean fades with expert attention to detail.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773124653211-pobm9lh8.png"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773124653211-pobm9lh8.png"
},
{
name: "Modern Atmosphere", handle: "Premium Experience", testimonial: "Clean, professional, and relaxed barber shop environment.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773124653211-ixlv23ko.png?_wi=1"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773124653211-ixlv23ko.png?_wi=1"
},
{
name: "Expert Barber", handle: "Certified Professional", testimonial: "Axel's Level 2 ITEC certified expertise shines through in every cut.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773124653211-078t882a.png"},
name: "Expert Barber", handle: "Certified Professional", testimonial: "Level 2 ITEC certified expertise shines through in every cut.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773124653211-078t882a.png"
},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -65,14 +69,14 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="About AXIS"
title="Meet Axel - Certified Barber Professional"
description="AXIS Barbershop is built on precision, expertise, and a passion for modern grooming. Axel, a Junior Barber trained at Future Styles Academy and certified Level 2 ITEC, brings professional skill and attention to detail to every cut. With a focus on quality, clean fades, and classic styles, AXIS delivers a professional yet relaxed experience you can trust."
title="Expert Barber Professional"
description="AXIS Barbershop brings precision, expertise, and passion for modern grooming. With Level 2 ITEC certification and professional training, we deliver quality haircuts, clean fades, and grooming services you can trust."
metrics={[
{ value: "", title: "Certified Professional" },
{ value: "", title: "" },
{ value: "Precision", title: "" },
{ value: "Passion", title: "" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773127859517-ohjisgh8.png"
imageAlt="Axel performing precision barber work"
imageAlt="Professional barber at work"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={true}
@@ -82,21 +86,26 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardTwentyFour
title="Our Services"
description="Professional grooming services with precision and expertise"
description="Professional grooming services tailored to your style"
tag="Services"
tagIcon={Scissors}
features={[
{
id: "1", title: "Classic Haircuts", author: "Modern Styles", description: "Timeless cuts with clean lines and professional finishes. From short styles to longer looks, every cut is tailored to your preference.", tags: ["Precision", "Classic"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-bathrobe-using-trimmer_23-2148389896.jpg"},
id: "1", title: "Classic Haircuts", author: "Modern Styles", description: "Timeless cuts with clean lines and professional finishes tailored to your preference.", tags: ["Precision", "Classic"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773129806369-rk0oq2xn.png"
},
{
id: "2", title: "Skin Fades", author: "Sharp Lines", description: "Clean, precise fades with perfect blending. Expert fade work creates sharp, defined lines for a modern look.", tags: ["Fade", "Modern"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773124653211-abvjjkd5.png"},
id: "2", title: "Skin Fades", author: "Sharp Lines", description: "Clean, precise fades with perfect blending for sharp, defined lines and modern looks.", tags: ["Fade", "Modern"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773124653211-abvjjkd5.png"
},
{
id: "3", title: "Beard Trims", author: "Grooming", description: "Professional beard shaping and grooming. Clean lines, precise trimming, and attention to detail for your facial hair.", tags: ["Beard", "Detail"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773124653211-p69tbjin.png"},
id: "3", title: "Beard Trims", author: "Grooming", description: "Professional beard shaping with clean lines and precise trimming for your facial hair.", tags: ["Beard", "Detail"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773130753141-yqn2r0hm.png"
},
{
id: "4", title: "Modern Grooming", author: "Premium Care", description: "Complete grooming packages for the modern gentleman. Professional styling, grooming advice, and expert service.", tags: ["Premium", "Grooming"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773128705552-fac7f8oo.png"},
id: "4", title: "Grooming Packages", author: "Premium Care", description: "Complete grooming packages with professional styling advice and expert service.", tags: ["Premium", "Grooming"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773130768213-pqmu2s0a.png"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -107,15 +116,19 @@ export default function LandingPage() {
<div id="gallery" data-section="gallery">
<ProductCardFour
title="Gallery"
description="Showcase of our professional haircuts and shop interior"
description="Our recent work and professional haircuts"
tag="Recent Work"
tagIcon={Sparkles}
products={[
{
id: "1", name: "", price: "", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773128115479-0r6odjbk.png"},
id: "1", name: "", price: "", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773128115479-0r6odjbk.png"
},
{
id: "2", name: "", price: "", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773128164474-zvoalq0b.png"},
id: "2", name: "", price: "", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773128164474-zvoalq0b.png"
},
{
id: "3", name: "", price: "", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773128178359-nzsjiwpt.png"},
id: "3", name: "", price: "", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak1Qn3CjCw4nA8pefO2fshmd8S/uploaded-1773128178359-nzsjiwpt.png"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -126,13 +139,15 @@ export default function LandingPage() {
<div id="location" data-section="location">
<MetricCardFourteen
title="Visit AXIS Barbershop in Killybegs"
title="Visit AXIS Barbershop"
tag="Location"
metrics={[
{
id: "1", value: "Riverdale Heights", description: "Professional barber shop located in Riverdale Heights, Killybegs, County Donegal, Ireland"},
id: "1", value: "Riverdale Heights", description: "Professional barber shop in Riverdale Heights, Killybegs, County Donegal, Ireland"
},
{
id: "2", value: "Killybegs", description: "Serving the local community of Killybegs and County Donegal with professional barber services"},
id: "2", value: "Killybegs", description: "Serving the local community with professional barber services"
},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -142,7 +157,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Book Your Appointment"
description="Contact AXIS Barbershop to schedule your next cut. We accept bookings via WhatsApp or direct message on Instagram."
description="Schedule your next cut through our booking form or contact us directly on WhatsApp or Instagram."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
@@ -168,7 +183,7 @@ export default function LandingPage() {
{ label: "Classic Haircuts", href: "#services" },
{ label: "Skin Fades", href: "#services" },
{ label: "Beard Trims", href: "#services" },
{ label: "Modern Grooming", href: "#services" },
{ label: "Grooming Packages", href: "#services" },
],
},
{