diff --git a/src/app/page.tsx b/src/app/page.tsx
index 96f54af..1d72d2e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,52 +43,17 @@ export default function LandingPage() {
@@ -115,34 +65,10 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
features={[
- {
- title: "Skin Fade",
- description: "Expert blending and precision lining for the perfect fade.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11902.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/man-crosswalk_1098-14105.jpg",
- buttonText: "Book Now",
- },
- {
- title: "Haircut & Style",
- description: "Tailored cuts to suit your style and hair type.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-customer-with-trimmer_23-2148257009.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/woman-having-consultation-with-hairdresser_23-2147769876.jpg",
- buttonText: "Book Now",
- },
- {
- title: "Beard Trim & Shape",
- description: "Keep your beard looking sharp and well-groomed.",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-smears-face-with-foam-hairdressing-salon_613910-18406.jpg",
- buttonText: "Book Now",
- },
- {
- title: "Kids Haircuts",
- description: "Friendly, patient service for our younger clients.",
- imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-trimmer-is-cutting-little-boy-against-dark-background-cute-preschooler-boy-getting-haircut_613910-5796.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/smiling-preschooler-boy-getting-haircut-children-hairdresser-with-scissors-comb-is-cutting-little-boy-room-with-loft-interior_613910-5696.jpg",
- buttonText: "Book Now",
- },
+ { title: "Skin Fade", description: "Expert blending and precision lining for the perfect fade.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11902.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/man-crosswalk_1098-14105.jpg", buttonText: "Book Now" },
+ { title: "Haircut & Style", description: "Tailored cuts to suit your style and hair type.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-customer-with-trimmer_23-2148257009.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/woman-having-consultation-with-hairdresser_23-2147769876.jpg", buttonText: "Book Now" },
+ { title: "Beard Trim & Shape", description: "Keep your beard looking sharp and well-groomed.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-smears-face-with-foam-hairdressing-salon_613910-18406.jpg", buttonText: "Book Now" },
+ { title: "Kids Haircuts", description: "Friendly, patient service for our younger clients.", imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-trimmer-is-cutting-little-boy-against-dark-background-cute-preschooler-boy-getting-haircut_613910-5796.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/smiling-preschooler-boy-getting-haircut-children-hairdresser-with-scissors-comb-is-cutting-little-boy-room-with-loft-interior_613910-5696.jpg", buttonText: "Book Now" },
]}
title="Our Services"
description="Excellence in every cut."
@@ -154,14 +80,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="inline-image"
useInvertedBackground={false}
- team={[
- {
- id: "avraz",
- name: "Avraz",
- role: "Lead Barber",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-getting-haircut_23-2149220536.jpg",
- },
- ]}
+ team={[{ id: "avraz", name: "Avraz", role: "Lead Barber", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-getting-haircut_23-2149220536.jpg" }]}
title="Meet Your Barber"
description="Pure Fades is a trusted local barber shop in Altrincham, known for friendly service and high-quality cuts. Skilled barbers delivering consistent results in a welcoming atmosphere for all ages."
/>
@@ -169,50 +88,16 @@ export default function LandingPage() {
@@ -320,54 +149,19 @@ export default function LandingPage() {