Merge version_3 into main #3
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "Small", price: "", subtitle: "Kleine Entrümpelung", buttons: [
|
||||
id: "basic", badge: "Small", price: "Anfrage", subtitle: "Kleine Entrümpelung", buttons: [
|
||||
{
|
||||
text: "Buchen", href: "#contact"},
|
||||
],
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
"1-2 Räume", "Bis zu 2 Tonnen", "Besenrein"],
|
||||
},
|
||||
{
|
||||
id: "standard", badge: "Standard", price: "", subtitle: "Kompletter Umzug", buttons: [
|
||||
id: "standard", badge: "Standard", price: "Anfrage", subtitle: "Kompletter Umzug", buttons: [
|
||||
{
|
||||
text: "Buchen", href: "#contact"},
|
||||
],
|
||||
@@ -178,7 +178,7 @@ export default function LandingPage() {
|
||||
"3 Zimmer Wohnung", "Inkl. Transport", "Versicherung inklusive"],
|
||||
},
|
||||
{
|
||||
id: "premium", badge: "Full Service", price: "", subtitle: "Sorglos Paket", buttons: [
|
||||
id: "premium", badge: "Full Service", price: "Anfrage", subtitle: "Sorglos Paket", buttons: [
|
||||
{
|
||||
text: "Beratung", href: "#contact"},
|
||||
],
|
||||
@@ -229,4 +229,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #106EFB;
|
||||
--background: #f0f4f8;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a2b3c;
|
||||
--primary-cta: #0056b3;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #e9ecef;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #106EFB;
|
||||
--accent: #d1d9e6;
|
||||
--background-accent: #f8f9fa;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user