Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a16e0bf71 | |||
| 4f4fab67ec | |||
| 6623afa4b0 | |||
| e9cd2736dc | |||
| aee5c9edfe | |||
| 9110b613c0 | |||
| af1982eacc | |||
| 83607beb39 | |||
| f5f3625316 |
@@ -1415,4 +1415,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Now", href: "#contact" },
|
{ text: "Book Your Appointment Today", href: "#contact" },
|
||||||
{ text: "Learn More", href: "#services" }
|
{ text: "Learn More", href: "#services" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
cardTitle="Over 8,500 happy clients trust High Flow Barber Studio for their grooming needs"
|
cardTitle="Over 8,500 happy clients trust High Flow Barber Studio for their grooming needs"
|
||||||
cardTag="Highly Rated"
|
cardTag="Highly Rated • 4.9★ on Google"
|
||||||
cardTagIcon={Heart}
|
cardTagIcon={Heart}
|
||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -245,4 +245,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user