6 Commits

Author SHA1 Message Date
9026aaa401 Update src/app/page.tsx 2026-04-23 16:58:09 +00:00
03eecacb85 Update theme colors 2026-04-23 16:28:57 +00:00
4ebb34aad7 Update theme colors 2026-04-23 16:28:54 +00:00
564dec3d04 Update theme colors 2026-04-23 16:28:48 +00:00
9728078785 Update theme colors 2026-04-23 16:28:40 +00:00
c60251612a Update theme colors 2026-04-23 16:28:31 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -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" },

View File

@@ -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);