diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1a9fef4..a69fe6f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
@@ -59,41 +49,26 @@ export default function LandingPage() {
@@ -106,40 +81,15 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "s1",
- title: "Hair & Styling",
- subtitle: "Buzz cuts, custom cuts, coloring, extensions",
- category: "Grooming",
- value: "Precision",
- },
+ id: "s1", title: "Hair & Styling", subtitle: "Buzz cuts, custom cuts, coloring, extensions", category: "Grooming", value: "Precision"},
{
- id: "s2",
- title: "Beard & Grooming",
- subtitle: "Conditioning, shaping, trimming",
- category: "Grooming",
- value: "Detail",
- },
+ id: "s2", title: "Beard & Grooming", subtitle: "Conditioning, shaping, trimming", category: "Grooming", value: "Detail"},
{
- id: "s3",
- title: "Skin & Treatments",
- subtitle: "Facials, waxing, Moroccan bath, massage",
- category: "Care",
- value: "Relaxation",
- },
+ id: "s3", title: "Skin & Treatments", subtitle: "Facials, waxing, Moroccan bath, massage", category: "Care", value: "Relaxation"},
{
- id: "s4",
- title: "Kids Grooming",
- subtitle: "Patient, friendly haircuts for younger clients",
- category: "Family",
- value: "Care",
- },
+ id: "s4", title: "Kids Grooming", subtitle: "Patient, friendly haircuts for younger clients", category: "Family", value: "Care"},
{
- id: "s5",
- title: "Luxury Packages",
- subtitle: "Comprehensive grooming and wellness bundles",
- category: "Premium",
- value: "Indulgence",
- },
+ id: "s5", title: "Luxury Packages", subtitle: "Comprehensive grooming and wellness bundles", category: "Premium", value: "Indulgence"},
]}
title="Our Professional Services"
description="Premium grooming experiences tailored to your needs."
@@ -154,7 +104,7 @@ export default function LandingPage() {
description="Mirror Gents Centre combines high-end professionalism with a friendly environment, ensuring every visitor walks out feeling sharp."
subdescription="We prioritize hygiene, quality, and your convenience above all else."
icon={Shield}
- imageSrc="http://img.b2bpic.net/free-photo/beauty-salon-with-cosmetology-equipment-anime-style_23-2151500970.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/beauty-salon-with-cosmetology-equipment-anime-style_23-2151500970.jpg"
mediaAnimation="blur-reveal"
/>
@@ -163,36 +113,17 @@ export default function LandingPage() {
@@ -290,20 +171,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Hours",
- content: "10:00 AM - 10:00 PM",
- },
+ id: "f1", title: "Hours", content: "10:00 AM - 10:00 PM"},
{
- id: "f2",
- title: "Parking",
- content: "Free parking available in the building basement.",
- },
+ id: "f2", title: "Parking", content: "Free parking available in the building basement."},
{
- id: "f3",
- title: "Appointments",
- content: "Bookings are prioritized.",
- },
+ id: "f3", title: "Appointments", content: "Bookings are prioritized."},
]}
sideTitle="Location"
sideDescription="📍 Hay Al Nahda, Sharjah\n📞 Call Now: +971 6 000 0000"
@@ -316,29 +188,19 @@ export default function LandingPage() {
logoText="Mirror Gents Centre"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "Booking",
- href: "#booking",
- },
+ label: "Booking", href: "#booking"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "Location",
- href: "#contact",
- },
+ label: "Location", href: "#contact"},
{
- label: "WhatsApp",
- href: "#",
- },
+ label: "WhatsApp", href: "#"},
],
},
]}