diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6f32ab5..b8f1eb7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -43,8 +43,7 @@ export default function LandingPage() {
@@ -154,20 +141,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "std", name: "Standard Cut", price: "$30", features: [
- "Classic cut", "Detail work"],
- buttons: [
- { text: "Book Now", href: "#contact" },
- ],
- },
- {
- id: "fade", name: "Skin Fade", price: "$35", features: [
- "Precision blend", "Detail work"],
- buttons: [
- { text: "Book Now", href: "#contact" },
- ],
- },
+ { id: "std", name: "Standard Cut", price: "$30", features: ["Classic cut", "Detail work"], buttons: [{ text: "Book Now", href: "#contact" }] },
+ { id: "fade", name: "Skin Fade", price: "$35", features: ["Precision blend", "Detail work"], buttons: [{ text: "Book Now", href: "#contact" }] },
]}
title="Quality Cuts at Fair Prices"
description="Simple, honest pricing for the best quality experience."
@@ -177,8 +152,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file