Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 143a7930e2 | |||
| 9026aaa401 | |||
| 8f56042498 | |||
| 03eecacb85 | |||
| e12e3e2b90 | |||
| 4ebb34aad7 | |||
| c99d4067c1 | |||
| 564dec3d04 | |||
| b3116d83ba | |||
| 9728078785 | |||
| f10ddb0c78 | |||
| c60251612a | |||
| 4abec64622 | |||
| ca9342c423 |
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
{ text: "Termin buchen", href: "#contact" },
|
||||
{ text: "Anrufen", href: "tel:+4975414878092" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-drying-woman39s-hair_657883-585.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClXNEYR5fyEQU99dMvasB2MKml/uploaded-1776963378725-7d2dh4yc.png"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/elegant-smiling-woman-is-trying-beautiful-necklace-posh-jewellery-shop_613910-20742.jpg", alt: "Happy customer portrait" },
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #2b180a;
|
||||
--primary-cta-text: #f6f0e9;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta-text: #2b180a;
|
||||
--accent: #94877c;
|
||||
--background-accent: #afa094;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user