diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1979001..6cd1089 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,68 +42,30 @@ export default function LandingPage() {
@@ -136,27 +86,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "s1",
- title: "Hair Styling & Cutting",
- description: "Trendy, precision cuts tailored for your face shape and hair texture.",
- tag: "Hair",
- imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205890.jpg",
- },
- {
- id: "s2",
- title: "Hair Coloring",
- description: "Expert coloring services from balayage to full transformations.",
- tag: "Color",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-off-dye-sink_23-2147769788.jpg",
- },
- {
- id: "s3",
- title: "Nails & Beauty",
- description: "Luxury manicure and specialized beauty treatments for the perfect look.",
- tag: "Nails",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-getting-her-nails-fixed-by-manicurist-inside-room-beauty-manicure-nail-hand-self-care_140725-65116.jpg",
- },
+ { id: "s1", title: "Hair Styling & Cutting", description: "Trendy, precision cuts tailored for your face shape and hair texture.", tag: "Hair", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205890.jpg" },
+ { id: "s2", title: "Hair Coloring", description: "Expert coloring services from balayage to full transformations.", tag: "Color", imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-off-dye-sink_23-2147769788.jpg" },
+ { id: "s3", title: "Nails & Beauty", description: "Luxury manicure and specialized beauty treatments for the perfect look.", tag: "Nails", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-getting-her-nails-fixed-by-manicurist-inside-room-beauty-manicure-nail-hand-self-care_140725-65116.jpg" }
]}
title="Our Signature Services"
description="Expert beauty care from head to toe."
@@ -169,38 +101,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
- {
- id: "p1",
- tag: "Essentials",
- price: "$85",
- period: "starting",
- description: "Refresh your look with a designer haircut and blow-dry.",
- button: {
- text: "Book Now",
- },
- featuresTitle: "Included Services:",
- features: [
- "Consultation",
- "Precision Cut",
- "Luxury Blowout",
- ],
- },
- {
- id: "p2",
- tag: "Color Refresh",
- price: "$150",
- period: "starting",
- description: "Expert color application including gloss treatment.",
- button: {
- text: "Book Now",
- },
- featuresTitle: "Included Services:",
- features: [
- "Root Touchup",
- "Gloss Treatment",
- "Style",
- ],
- },
+ { id: "p1", tag: "Essentials", price: "$85", period: "starting", description: "Refresh your look with a designer haircut and blow-dry.", button: { text: "Book Now" }, featuresTitle: "Included Services:", features: ["Consultation", "Precision Cut", "Luxury Blowout"] },
+ { id: "p2", tag: "Color Refresh", price: "$150", period: "starting", description: "Expert color application including gloss treatment.", button: { text: "Book Now" }, featuresTitle: "Included Services:", features: ["Root Touchup", "Gloss Treatment", "Style"] }
]}
title="Investment in You"
description="Transparent pricing for high-quality salon artistry."
@@ -210,49 +112,15 @@ export default function LandingPage() {