diff --git a/src/app/page.tsx b/src/app/page.tsx
index db20cd6..224e668 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,41 +44,26 @@ export default function LandingPage() {
@@ -99,54 +76,22 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "cut",
- tag: "Popular",
- price: "$30",
- period: "per cut",
- description: "Classic cut with a modern finish.",
- button: {
- text: "Book",
- },
- featuresTitle: "Includes",
- features: [
- "Consultation",
- "Haircut",
- "Hot Towel",
- "Neck Shave",
- ],
+ id: "cut", tag: "Popular", price: "$30", period: "per cut", description: "Classic cut with a modern finish.", button: {
+ text: "Book"},
+ featuresTitle: "Includes", features: [
+ "Consultation", "Haircut", "Hot Towel", "Neck Shave"],
},
{
- id: "beard",
- tag: "Grooming",
- price: "$25",
- period: "service",
- description: "Precision beard trim and maintenance.",
- button: {
- text: "Book",
- },
- featuresTitle: "Includes",
- features: [
- "Beard Trim",
- "Line Up",
- "Moisturizing Oil",
- ],
+ id: "beard", tag: "Grooming", price: "$25", period: "service", description: "Precision beard trim and maintenance.", button: {
+ text: "Book"},
+ featuresTitle: "Includes", features: [
+ "Beard Trim", "Line Up", "Moisturizing Oil"],
},
{
- id: "full",
- tag: "Elite",
- price: "$50",
- period: "combo",
- description: "Full haircut and beard service.",
- button: {
- text: "Book",
- },
- featuresTitle: "Includes",
- features: [
- "Haircut",
- "Beard Trim",
- "Face Massage",
- "Styling",
- ],
+ id: "full", tag: "Elite", price: "$50", period: "combo", description: "Full haircut and beard service.", button: {
+ text: "Book"},
+ featuresTitle: "Includes", features: [
+ "Haircut", "Beard Trim", "Face Massage", "Styling"],
},
]}
title="Our Services"
@@ -156,30 +101,16 @@ export default function LandingPage() {