diff --git a/src/app/page.tsx b/src/app/page.tsx
index d2f157f..d9cdbb0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
-import FooterCard from '@/components/sections/footer/FooterCard';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,63 +46,38 @@ export default function LandingPage() {
@@ -135,48 +102,20 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "p1",
- badge: "Elite",
- price: "15 JOD",
- subtitle: "Signature Haircut",
- features: [
- "Consultation",
- "Precision Cut",
- "Hot Towel Finish",
- ],
+ id: "p1", badge: "Elite", price: "15 JOD", subtitle: "Signature Haircut", features: [
+ "Consultation", "Precision Cut", "Hot Towel Finish"],
},
{
- id: "p2",
- badge: "Modern",
- price: "10 JOD",
- subtitle: "Skin Fade",
- features: [
- "Razor Finish",
- "Detailed Fading",
- "Edge Lineup",
- ],
+ id: "p2", badge: "Modern", price: "10 JOD", subtitle: "Skin Fade", features: [
+ "Razor Finish", "Detailed Fading", "Edge Lineup"],
},
{
- id: "p3",
- badge: "Refinement",
- price: "8 JOD",
- subtitle: "Beard Sculpting",
- features: [
- "Razor Contour",
- "Beard Oil Finish",
- "Trimming",
- ],
+ id: "p3", badge: "Refinement", price: "8 JOD", subtitle: "Beard Sculpting", features: [
+ "Razor Contour", "Beard Oil Finish", "Trimming"],
},
{
- id: "p4",
- badge: "Premium",
- price: "20 JOD",
- subtitle: "Royal Shave",
- features: [
- "Hot Towel",
- "Straight Razor Shave",
- "Aftershave Balm",
- ],
+ id: "p4", badge: "Premium", price: "20 JOD", subtitle: "Royal Shave", features: [
+ "Hot Towel", "Straight Razor Shave", "Aftershave Balm"],
},
]}
title="Our Services"
@@ -192,41 +131,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "g1",
- name: "Fade Detail",
- price: "",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4243.jpg",
- },
+ id: "g1", name: "Fade Detail", price: "", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4243.jpg"},
{
- id: "g2",
- name: "Beard Shape",
- price: "",
- imageSrc: "http://img.b2bpic.net/free-photo/two-businessmen-talking-phone-city_1153-8203.jpg",
- },
+ id: "g2", name: "Beard Shape", price: "", imageSrc: "http://img.b2bpic.net/free-photo/two-businessmen-talking-phone-city_1153-8203.jpg"},
{
- id: "g3",
- name: "Precision Razor",
- price: "",
- imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-wiping-clients-face-with-hot-towel_107420-94798.jpg",
- },
+ id: "g3", name: "Precision Razor", price: "", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-wiping-clients-face-with-hot-towel_107420-94798.jpg"},
{
- id: "g4",
- name: "Clean Finish",
- price: "",
- imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-chair-vintage-barber-shop_23-2148298304.jpg",
- },
+ id: "g4", name: "Clean Finish", price: "", imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-chair-vintage-barber-shop_23-2148298304.jpg"},
{
- id: "g5",
- name: "Full Style",
- price: "",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-blond-male-with-tattooed-arms-his-head-dressed-plaid-shirt-isolated-grey-vignette-background_613910-11818.jpg",
- },
+ id: "g5", name: "Full Style", price: "", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blond-male-with-tattooed-arms-his-head-dressed-plaid-shirt-isolated-grey-vignette-background_613910-11818.jpg"},
{
- id: "g6",
- name: "Detailing",
- price: "",
- imageSrc: "http://img.b2bpic.net/free-photo/barber-with-scissors-barbershop_140725-7670.jpg",
- },
+ id: "g6", name: "Detailing", price: "", imageSrc: "http://img.b2bpic.net/free-photo/barber-with-scissors-barbershop_140725-7670.jpg"},
]}
title="Our Work"
description="A glimpse into the fine details."
@@ -241,32 +156,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "100%",
- title: "Precision",
- description: "Attention to detail",
- icon: Sparkles,
+ id: "m1", value: "100%", title: "Precision", description: "Attention to detail", icon: Sparkles,
},
{
- id: "m2",
- value: "Top",
- title: "Barbers",
- description: "Elite grooming experts",
- icon: Star,
+ id: "m2", value: "Top", title: "Barbers", description: "Elite grooming experts", icon: Star,
},
{
- id: "m3",
- value: "Lux",
- title: "Atmosphere",
- description: "Premium luxury ambiance",
- icon: Zap,
+ id: "m3", value: "Lux", title: "Atmosphere", description: "Premium luxury ambiance", icon: Zap,
},
{
- id: "m4",
- value: "Modern",
- title: "Technique",
- description: "Latest industry methods",
- icon: Award,
+ id: "m4", value: "Modern", title: "Technique", description: "Latest industry methods", icon: Award,
},
]}
title="Why Choose Us"
@@ -281,15 +180,9 @@ export default function LandingPage() {
description="Book via WhatsApp for immediate response."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
+ name: "name", type: "text", placeholder: "Your Name"},
{
- name: "phone",
- type: "tel",
- placeholder: "WhatsApp Number",
- },
+ name: "phone", type: "tel", placeholder: "WhatsApp Number"},
]}
imageSrc="http://img.b2bpic.net/free-photo/brush-element-shaving-tool-close-up-berber-shop_1303-20672.jpg"
buttonText="Book Now on WhatsApp"
@@ -303,24 +196,19 @@ export default function LandingPage() {
description="Located in the heart of Amman."
inputs={[
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- },
+ name: "email", type: "email", placeholder: "Email Address"},
{
- name: "message",
- type: "text",
- placeholder: "Your Inquiry",
- },
+ name: "message", type: "text", placeholder: "Your Inquiry"},
]}
imageSrc="http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg"
/>