diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1f4d770..6f32ab5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -59,42 +44,19 @@ export default function LandingPage() {
@@ -305,51 +155,17 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "std",
- name: "Standard Cut",
- price: "$30",
- features: [
- "Classic cut",
- "Detail work",
- "Styling advice",
- ],
+ id: "std", name: "Standard Cut", price: "$30", features: [
+ "Classic cut", "Detail work"],
buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
+ { text: "Book Now", href: "#contact" },
],
},
{
- id: "fade",
- name: "Skin Fade",
- price: "$35",
- features: [
- "Precision blend",
- "Detail work",
- "Styling advice",
- ],
+ id: "fade", name: "Skin Fade", price: "$35", features: [
+ "Precision blend", "Detail work"],
buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
- },
- {
- id: "kid",
- name: "Kids Cut",
- price: "$25",
- features: [
- "Friendly cut",
- "Quick experience",
- "Expertise",
- ],
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
+ { text: "Book Now", href: "#contact" },
],
},
]}
@@ -362,20 +178,13 @@ export default function LandingPage() {