From c142880e12fe5e9a1b60148abc3ae67c008afa00 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 21:16:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 287 +++++++++-------------------------------------- 1 file changed, 56 insertions(+), 231 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e73b420..c78c3fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,65 +47,40 @@ export default function LandingPage() {
@@ -126,24 +93,16 @@ export default function LandingPage() { features={[ { icon: Scissors, - title: "Expert Barbers", - description: "Skilled in modern & classic styles", - }, + title: "Expert Barbers", description: "Skilled in modern & classic styles"}, { icon: Coffee, - title: "Premium Atmosphere", - description: "Clean, minimalist, relaxing space", - }, + title: "Premium Atmosphere", description: "Clean, minimalist, relaxing space"}, { icon: Clock, - title: "No Waiting Time", - description: "Book and get served on schedule", - }, + title: "No Waiting Time", description: "Book and get served on schedule"}, { icon: Award, - title: "Consistent Results", - description: "You get what you ask for—every time", - }, + title: "Consistent Results", description: "You get what you ask for—every time"}, ]} title="Why Choose Barbers Playground?" description="Excellence in every cut and a space designed for your comfort." @@ -157,55 +116,28 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", - badge: "Popular", - price: "₱450", - subtitle: "Precision haircut", - buttons: [ + id: "p1", badge: "Popular", price: "₱450", subtitle: "Precision haircut", buttons: [ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ], features: [ - "Consultation", - "Detailed Cut", - "Neck Shave", - ], + "Consultation", "Detailed Cut", "Neck Shave"], }, { - id: "p2", - badge: "Value", - price: "₱300", - subtitle: "Clean beard trim", - buttons: [ + id: "p2", badge: "Value", price: "₱300", subtitle: "Clean beard trim", buttons: [ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ], features: [ - "Hot Towel", - "Trim", - "Line Up", - ], + "Hot Towel", "Trim", "Line Up"], }, { - id: "p3", - badge: "Combo", - price: "₱700", - subtitle: "Hair + Beard", - buttons: [ + id: "p3", badge: "Combo", price: "₱700", subtitle: "Hair + Beard", buttons: [ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ], features: [ - "Full Cut", - "Beard Sculpting", - "Style", - ], + "Full Cut", "Beard Sculpting", "Style"], }, ]} title="Our Services" @@ -215,52 +147,23 @@ export default function LandingPage() {
@@ -414,37 +251,25 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Results", - href: "#results", - }, + label: "Results", href: "#results"}, ], }, { items: [ { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Booking Terms", - href: "#", - }, + label: "Booking Terms", href: "#"}, ], }, ]}