2 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
2 changed files with 4 additions and 4 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

@@ -12,11 +12,11 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;