Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 79ce0c9d31 | |||
| 90d4078579 | |||
| 80543c0780 | |||
| 9c6aac9c84 | |||
| 5441d88c48 |
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "contact" },
|
||||
{ text: "View Gallery", href: "services" }
|
||||
{ text: "See Availability", href: "contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -170,6 +170,10 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="What Our Clients Say"
|
||||
titleSegments={[
|
||||
{ type: "text", content: "What Our Clients Say" },
|
||||
{ type: "text", content: " • 500+ Happy Clients" }
|
||||
]}
|
||||
description="Hear from satisfied customers who have experienced the INA Barber Lounge difference"
|
||||
tag="Client Reviews"
|
||||
tagIcon={Star}
|
||||
@@ -282,4 +286,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user