Merge version_1 into main #3
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmall"
|
||||
background="animated-grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
tag="Expert Grooming"
|
||||
tagIcon={Scissors}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "animated-grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Book Your Appointment Today"
|
||||
description="Ready for a premium grooming experience? Contact us to schedule your appointment with one of our expert barbers. Walk-ins welcome!"
|
||||
background={{ variant: "animated-grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+61893726254" },
|
||||
|
||||
Reference in New Issue
Block a user