Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0b6837332 | |||
| 46be4d6603 | |||
| 07da201a60 | |||
| 31959fdcd7 | |||
| 54521600b1 |
@@ -14,6 +14,8 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
const bookingUrl = "https://www.fresha.com/book-now/doc-barnet-hair-studio-tzv4uhw7/all-offer?share=true&pId=2750001";
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
@@ -42,7 +44,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="Doc Barnet Grooming Salon"
|
||||
button={{
|
||||
text: "BOOK NOW", href: "#contact"}}
|
||||
text: "BOOK NOW", href: bookingUrl}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,7 +74,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "BOOK NOW", href: "#contact"},
|
||||
text: "BOOK NOW", href: bookingUrl},
|
||||
{
|
||||
text: "VIEW PRICES", href: "#pricing"},
|
||||
]}
|
||||
@@ -147,17 +149,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1", badge: "Most Popular", price: "£35", subtitle: "Premium Haircut & Styling", buttons: [
|
||||
id: "p1", badge: "Most Popular", price: "£19.99", subtitle: "Premium Haircut & Styling", buttons: [
|
||||
{
|
||||
text: "Book Now", href: "#contact"},
|
||||
text: "Book Now", href: bookingUrl},
|
||||
],
|
||||
features: [
|
||||
"Consultation", "Precision Cut", "Style Advice", "Finish"],
|
||||
},
|
||||
{
|
||||
id: "p2", badge: "Essential", price: "£55", subtitle: "Cut, Wash & Blow Dry", buttons: [
|
||||
id: "p2", badge: "Essential", price: "£45", subtitle: "Cut, Wash & Blow Dry", buttons: [
|
||||
{
|
||||
text: "Book Now", href: "#contact"},
|
||||
text: "Book Now", href: bookingUrl},
|
||||
],
|
||||
features: [
|
||||
"Head Massage", "Professional Cut", "Styling"],
|
||||
@@ -165,7 +167,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "p3", badge: "Luxury", price: "£85", subtitle: "Balayage & Treatment", buttons: [
|
||||
{
|
||||
text: "Book Now", href: "#contact"},
|
||||
text: "Book Now", href: bookingUrl},
|
||||
],
|
||||
features: [
|
||||
"Consultation", "Expert Colour", "Treatment", "Finish"],
|
||||
@@ -275,7 +277,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimalist-background_23-2151967093.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMGxfgFdRWLXzYqe2HfYt6JE4x/uploaded-1778093237434-05qgab2c.jpg"
|
||||
logoText="DOC BARNET"
|
||||
columns={[
|
||||
{
|
||||
@@ -295,7 +297,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Book Now", href: "#contact"},
|
||||
label: "Book Now", href: bookingUrl},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user