Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b5d005a059 | |||
| 95f5887806 | |||
| a009a08970 | |||
| d07c05ac3d | |||
| e4372a95f9 |
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
brandName="4kfadez"
|
brandName="4kfadez"
|
||||||
button={{
|
button={{
|
||||||
text: "Book Now", href: "#contact"}}
|
text: "Book Online", href: "#contact"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
|||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-applying-cream-clients-beard_107420-94778.jpg?_wi=11", imageAlt: "Vintage chair" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-applying-cream-clients-beard_107420-94778.jpg?_wi=11", imageAlt: "Vintage chair" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-applying-cream-clients-beard_107420-94778.jpg?_wi=12", imageAlt: "Vintage chair" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-applying-cream-clients-beard_107420-94778.jpg?_wi=12", imageAlt: "Vintage chair" },
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Book Appointment", href: "#contact" }]}
|
buttons={[{ text: "Book Now", href: "#contact" }]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/redhead-non-binary-person-smiling_23-2148760583.jpg", alt: "Barber 1" },
|
{ src: "http://img.b2bpic.net/free-photo/redhead-non-binary-person-smiling_23-2148760583.jpg", alt: "Barber 1" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-brushes-beard-trimmer-smiling-standing-orange-wall_141793-61360.jpg", alt: "Barber 2" },
|
{ src: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-brushes-beard-trimmer-smiling-standing-orange-wall_141793-61360.jpg", alt: "Barber 2" },
|
||||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Book Your Seat"
|
title="Book Your Seat"
|
||||||
description="Secure your spot at 4kfadez today."
|
description="Secure your spot at 4kfadez today. Visit us at Storgatan 12, 123 45 Stockholm."
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0a0a0a;
|
--background: #ffffff;
|
||||||
--card: #1a1a1a;
|
--card: #f9f9f9;
|
||||||
--foreground: #ffffffe6;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #e6e6e6;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #0a0a0a;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #ffffffe6;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #737373;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #737373;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user