7 Commits

Author SHA1 Message Date
079d976e9f Switch to version 1: modified src/app/page.tsx 2026-03-07 22:58:41 +00:00
7b2a4e04a5 Switch to version 1: modified src/app/layout.tsx 2026-03-07 22:58:41 +00:00
ee3847e7b1 Switch to version 2: modified src/app/styles/variables.css 2026-03-07 22:58:30 +00:00
559f0e1359 Switch to version 2: modified src/app/page.tsx 2026-03-07 22:58:29 +00:00
1d746e9074 Merge version_3 into main
Merge version_3 into main
2026-03-07 22:58:08 +00:00
7626586a36 Merge version_3 into main
Merge version_3 into main
2026-03-07 22:57:01 +00:00
27920f6bf6 Merge version_3 into main
Merge version_3 into main
2026-03-07 17:06:04 +00:00
3 changed files with 13 additions and 13 deletions

View File

@@ -1415,4 +1415,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -49,8 +49,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/ornate-table-art-nouveau-style_23-2150975531.jpg"
imageAlt="Hochwertiges antikes Möbelstück"
buttons={[
{ text: "Jetzt kostenlos bewerten lassen", href: "contact" },
{ text: "Kostenlos Anfrage stellen", href: "contact" }
{ text: "Kostenlose Bewertung", href: "contact" },
{ text: "Jetzt anrufen", href: "#" }
]}
/>
</div>
@@ -220,4 +220,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #0b0b0b;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #8b9a1b;
--background-accent: #5d6b00;
--background: #efebe5;
--card: #f7f2ea;
--foreground: #000000;
--primary-cta: #49111C;
--primary-cta-text: #efebe5;
--secondary-cta: #5E503F;
--secondary-cta-text: #000000;
--accent: #A9927D;
--background-accent: #e1b875;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);