From 7aee1f093f333559146e5f0c873a72d65bb74e45 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 06:44:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 62 ++++++++++++++---------------------------------- 1 file changed, 18 insertions(+), 44 deletions(-) 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 -- 2.49.1