diff --git a/src/app/page.tsx b/src/app/page.tsx
index c3f0348..8693f5a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,6 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
+import ContactText from '@/components/sections/contact/ContactText';
export default function LandingPage() {
return (
@@ -31,155 +32,46 @@ export default function LandingPage() {
+
+
+
+
@@ -190,27 +82,11 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
features={[
- {
- title: "Gents Haircuts",
- description: "Precision styling tailored to your unique look.",
- imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-fashionable-modern-male-grey-t-shirt_613910-532.jpg",
- imageAlt: "Gents Haircut",
- },
- {
- title: "Ladies Styling",
- description: "Wash, cut, and blow dry services for sophisticated style.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-hairdryer-hairbrush_1385-2900.jpg",
- imageAlt: "Ladies Styling",
- },
- {
- title: "Beard & Facial",
- description: "Expert beard shaping, hot towel shaves, and facial treatments.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-applying-facial-mask_23-2148784320.jpg",
- imageAlt: "Facial treatment",
- },
+ { title: "Gents Haircuts", description: "Precision styling.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-fashionable-modern-male-grey-t-shirt_613910-532.jpg" },
+ { title: "Ladies Styling", description: "Wash, cut, and blow dry.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-hairdryer-hairbrush_1385-2900.jpg" }
]}
title="PREMIUM SERVICES"
- description="Comprehensive grooming and hair solutions for gentlemen and ladies."
+ description="Comprehensive grooming solutions."
/>
@@ -220,236 +96,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "p1",
- badge: "Most Popular",
- price: "£35",
- subtitle: "Premium Haircut & Styling",
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
- features: [
- "Consultation",
- "Precision Cut",
- "Style Advice",
- "Finish",
- ],
- },
- {
- id: "p2",
- badge: "Essential",
- price: "£55",
- subtitle: "Cut, Wash & Blow Dry",
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
- features: [
- "Head Massage",
- "Professional Cut",
- "Styling",
- ],
- },
- {
- id: "p3",
- badge: "Luxury",
- price: "£85",
- subtitle: "Balayage & Treatment",
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
- features: [
- "Consultation",
- "Expert Colour",
- "Treatment",
- "Finish",
- ],
- },
+ { id: "p1", badge: "Most Popular", price: "£35", subtitle: "Premium Haircut", buttons: [{ text: "Book", href: "#booking" }], features: ["Consultation", "Precision Cut"] }
]}
title="PRICE LIST"
- description="Transparent pricing for world-class grooming."
- />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -457,62 +107,10 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file