diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1cc2d72..3d7d869 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,14 +29,10 @@ export default function LandingPage() {
@@ -44,40 +40,27 @@ export default function LandingPage() {
document.getElementById("contact")?.scrollIntoView({ behavior: "smooth" }) },
]}
buttonAnimation="slide-up"
marqueeItems={[
- {
- type: "text", text: "Premium Nail Art"},
- {
- type: "text", text: "Expert Lash Extensions"},
- {
- type: "text", text: "Professional Waxing"},
- {
- type: "text", text: "Mobile Services Available"},
- {
- type: "text", text: "Quality Guaranteed"},
+ { type: "text", text: "Premium Nail Art" },
+ { type: "text", text: "Expert Lash Extensions" },
+ { type: "text", text: "Professional Waxing" },
+ { type: "text", text: "Mobile Services Available" },
+ { type: "text", text: "Quality Guaranteed" },
]}
/>
@@ -89,18 +72,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "s1", name: "Lash Extensions", price: "From $65", 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: "From $45", 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: "From $30", 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: "From $80", 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: "From $55", 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: "From $25", variant: "Expert Shaping", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238663.jpg?_wi=2"},
+ { id: "s1", name: "Lash Extensions", price: "From $65", 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: "From $45", 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: "From $30", 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: "From $80", 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: "From $55", 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: "From $25", 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."
@@ -126,15 +103,9 @@ export default function LandingPage() {
title="Why Choose Face N Nails"
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: "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: "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: "m3", value: "100%", title: "Satisfaction Rate", description: "Our commitment to you", icon: CheckCircle },
]}
/>
@@ -142,14 +113,11 @@ export default function LandingPage() {