Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 896735c7f6 | |||
| 91de467302 | |||
| 25acc7838d | |||
| 26e4b4368e | |||
| 995fe55458 |
@@ -88,15 +88,15 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Classic Haircuts & Fades", tags: ["Popular", "30 min"],
|
||||
id: "1", title: "Classic Haircuts & Fades", tags: ["Popular", "30 min", "$35"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Professional haircut service"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Traditional Straight Razor Shaves", tags: ["Premium", "25 min"],
|
||||
id: "2", title: "Traditional Straight Razor Shaves", tags: ["Premium", "25 min", "$45"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-barbershop-shaving-beard_1303-26257.jpg", imageAlt: "Traditional barber shave"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Beard Trimming & Grooming", tags: ["Popular", "20 min"],
|
||||
id: "3", title: "Beard Trimming & Grooming", tags: ["Popular", "20 min", "$25"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", imageAlt: "Expert beard grooming"
|
||||
}
|
||||
]}
|
||||
@@ -202,7 +202,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Book Now"
|
||||
buttonText="Request Appointment"
|
||||
termsText="We respect your privacy. Your appointment request will be confirmed within 24 hours."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user