From 5df21d3c45d49a26959b79780f34e74d6c8b3cea Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:38:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 302 ++++++----------------------------------------- 1 file changed, 37 insertions(+), 265 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e56548f..373b312 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,30 +30,12 @@ export default function LandingPage() { @@ -147,22 +65,10 @@ export default function LandingPage() { @@ -173,24 +79,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Classic Cuts", - description: "Precision haircuts tailored to your specific face shape and style.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-styling-beard-man_23-2147778888.jpg?_wi=2", - imageAlt: "Barber cutting hair", - }, - { - title: "Hot Towel Shave", - description: "Traditional straight razor shave with premium hot towels for ultimate relaxation.", - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94762.jpg?_wi=2", - imageAlt: "Barber shave service", - }, - { - title: "Beard Grooming", - description: "Master-level beard sculpting, trimming, and conditioning for a sharp look.", - imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg?_wi=2", - imageAlt: "Beard trim service", - }, + { title: "Classic Cuts", description: "Precision haircuts tailored to your specific face shape and style.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-styling-beard-man_23-2147778888.jpg", imageAlt: "Barber cutting hair" }, + { title: "Hot Towel Shave", description: "Traditional straight razor shave with premium hot towels for ultimate relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94762.jpg", imageAlt: "Barber shave service" }, + { title: "Beard Grooming", description: "Master-level beard sculpting, trimming, and conditioning for a sharp look.", imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg", imageAlt: "Beard trim service" }, ]} title="Precision Services" description="We specialize in classic techniques tailored for contemporary style." @@ -203,60 +94,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "cut", - title: "Classic Cut", - price: "$45", - period: "Session", - features: [ - "Consultation", - "Precision Cut", - "Neck Shave", - "Style", - ], - button: { - text: "Book Now", - href: "#contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/van-gogh-portrait_23-2149737738.jpg", - imageAlt: "Haircut service", - }, - { - id: "shave", - title: "Hot Towel Shave", - price: "$50", - period: "Session", - features: [ - "Hot Towels", - "Straight Razor Shave", - "Aftershave Balm", - "Face Massage", - ], - button: { - text: "Book Now", - href: "#contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/vintage-paper-clipboard-salon-tools-jobs-career-concept_53876-128909.jpg", - imageAlt: "Shave service", - }, - { - id: "full", - title: "Jefferson's Signature", - price: "$85", - period: "Session", - features: [ - "Full Precision Cut", - "Hot Towel Shave", - "Beard Trim", - "Scalp Massage", - ], - button: { - text: "Book Now", - href: "#contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-styling-beard-man_23-2147778888.jpg?_wi=3", - imageAlt: "Full service", - }, + { id: "cut", title: "Classic Cut", price: "$45", period: "Session", features: ["Consultation", "Precision Cut", "Neck Shave", "Style"], button: { text: "Book Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/van-gogh-portrait_23-2149737738.jpg", imageAlt: "Haircut service" }, + { id: "shave", title: "Hot Towel Shave", price: "$50", period: "Session", features: ["Hot Towels", "Straight Razor Shave", "Aftershave Balm", "Face Massage"], button: { text: "Book Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/vintage-paper-clipboard-salon-tools-jobs-career-concept_53876-128909.jpg", imageAlt: "Shave service" }, + { id: "full", title: "Jefferson's Signature", price: "$85", period: "Session", features: ["Full Precision Cut", "Hot Towel Shave", "Beard Trim", "Scalp Massage"], button: { text: "Book Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-styling-beard-man_23-2147778888.jpg", imageAlt: "Full service" }, ]} title="Transparent Pricing" description="Professional grooming services at clear, honest rates." @@ -265,28 +105,13 @@ export default function LandingPage() {
-- 2.49.1