diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5708668..b46d122 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,64 +45,39 @@ export default function LandingPage() {
@@ -123,47 +90,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "s1",
- name: "Lash Extensions",
- price: "View Details",
- variant: "Eyelash Application",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-wearing-eye-patches_23-2149628033.jpg?_wi=1",
- },
+ id: "s1", name: "Lash Extensions", price: "View Details", variant: "Eyelash Application", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-wearing-eye-patches_23-2149628033.jpg?_wi=1"},
{
- id: "s2",
- name: "Nail Services",
- price: "View Details",
- variant: "Manicure & Pedicure",
- imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg?_wi=1",
- },
+ id: "s2", name: "Nail Services", price: "View Details", variant: "Manicure & Pedicure", imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg?_wi=1"},
{
- id: "s3",
- name: "Brow & Waxing",
- price: "View Details",
- variant: "Precision Grooming",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238663.jpg?_wi=1",
- },
+ id: "s3", name: "Brow & Waxing", price: "View Details", variant: "Precision Grooming", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238663.jpg?_wi=1"},
{
- id: "s4",
- name: "Makeup Services",
- price: "View Details",
- variant: "Professional Artistry",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-wearing-eye-patches_23-2149628033.jpg?_wi=2",
- },
+ id: "s4", name: "Makeup Services", price: "View Details", variant: "Professional Artistry", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-wearing-eye-patches_23-2149628033.jpg?_wi=2"},
{
- id: "s5",
- name: "Full Set Nails",
- price: "View Details",
- variant: "Premium Care",
- imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg?_wi=2",
- },
+ id: "s5", name: "Full Set Nails", price: "View Details", variant: "Premium Care", imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg?_wi=2"},
{
- id: "s6",
- name: "Brow Tinting",
- price: "View Details",
- variant: "Expert Shaping",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238663.jpg?_wi=2",
- },
+ id: "s6", name: "Brow Tinting", price: "View Details", variant: "Expert Shaping", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238663.jpg?_wi=2"},
]}
title="Our Services"
description="Beauty isn't about having a pretty face. It is about having a pretty mind, a pretty heart, and most importantly a beautiful soul."
@@ -190,25 +127,13 @@ export default function LandingPage() {
description="We prioritize quality and precision in every service to ensure our clients feel their best."
metrics={[
{
- id: "m1",
- value: "10+",
- title: "Years Experience",
- description: "Professional beauty expertise",
- icon: Award,
+ id: "m1", value: "10+", title: "Years Experience", description: "Professional beauty expertise", icon: Award,
},
{
- id: "m2",
- value: "5k+",
- title: "Happy Clients",
- description: "Delighted with our service",
- icon: Smile,
+ id: "m2", value: "5k+", title: "Happy Clients", description: "Delighted with our service", icon: Smile,
},
{
- id: "m3",
- value: "100%",
- title: "Satisfaction Rate",
- description: "Our commitment to you",
- icon: CheckCircle,
+ id: "m3", value: "100%", title: "Satisfaction Rate", description: "Our commitment to you", icon: CheckCircle,
},
]}
/>
@@ -218,18 +143,13 @@ export default function LandingPage() {
@@ -239,38 +159,25 @@ export default function LandingPage() {
logoText="FACE N NAILS"
columns={[
{
- title: "Information",
- items: [
+ title: "Information", items: [
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
{
- label: "Booking Policy",
- href: "#",
- },
+ label: "Booking Policy", href: "#"},
],
},
{
- title: "Location",
- items: [
+ title: "Location", items: [
{
- label: "9841 Greenbelt Rd. #207, Lanham, MD 20706",
- href: "#",
- },
+ label: "9841 Greenbelt Rd. #207, Lanham, MD 20706", href: "#"},
],
},
{
- title: "Follow Us",
- items: [
+ title: "Follow Us", items: [
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
{
- label: "Facebook",
- href: "#",
- },
+ label: "Facebook", href: "#"},
],
},
]}
@@ -280,4 +187,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file