Update src/app/page.tsx
This commit is contained in:
@@ -137,10 +137,6 @@ export default function LandingPage() {
|
||||
id: "kids-cuts", title: "Kids Cuts", author: "Cool & Comfortable", description: "Stylish and comfortable haircuts for the younger generation, ensuring they leave looking their best.", tags: [
|
||||
"Starting at $40"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECu6145ZfUO7BaOKsg2g3ccbhj/uploaded-1779968576929-rz82z2ng.png", imageAlt: "Kids haircut"},
|
||||
{
|
||||
id: "styling-grooming", title: "Styling & Grooming", author: "Finish Your Look", description: "Expert product recommendations and styling tips to maintain your boss-level look long after you leave the chair.", tags: [
|
||||
"Starting at $15"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-male-beauty-products-with-display_23-2150435188.jpg", imageAlt: "Hair styling"},
|
||||
]}
|
||||
title="Our Boss-Level Grooming Services"
|
||||
description="Experience precision cuts, sharp fades, and luxurious grooming tailored for the modern gentleman. Each service is delivered with unmatched skill and attention to detail."
|
||||
@@ -221,7 +217,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
multiSelect={{
|
||||
name: "service", label: "Select Service", options: [
|
||||
"Skin Fade", "Haircut", "Beard Trim", "Line-Up", "Kids Cut", "Hot Towel Shave", "Styling & Grooming"],
|
||||
"Skin Fade", "Haircut", "Beard Trim", "Line-Up", "Kids Cut", "Hot Towel Shave"],
|
||||
}}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Any special requests or details?", rows: 4,
|
||||
|
||||
Reference in New Issue
Block a user