Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 79370c0445 | |||
| 5687b316e5 | |||
| 6ef1faf6f2 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #fcfcff;;
|
--background: #0a0a0a;;
|
||||||
--card: #fafaff;;
|
--card: #1a1a1a;;
|
||||||
--foreground: #150022;;
|
--foreground: #ffffffe6;;
|
||||||
--primary-cta: #7c3aed;;
|
--primary-cta: #fbbf24;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1a1a1a;;
|
||||||
--accent: #cfc2f0;;
|
--accent: #d97706;;
|
||||||
--background-accent: #ba9bf1;;
|
--background-accent: #d97706;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||||
@@ -239,7 +239,7 @@ export default function LandingPage() {
|
|||||||
name: "message", placeholder: "Tell us about your investment goals or preferred locations...", rows: 5,
|
name: "message", placeholder: "Tell us about your investment goals or preferred locations...", rows: 5,
|
||||||
required: false
|
required: false
|
||||||
}}
|
}}
|
||||||
buttonText="Schedule a Viewing"
|
buttonText="Get Free Consultation"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767779677820-d8z98ms7.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767779677820-d8z98ms7.jpg"
|
||||||
imageAlt="Real estate consultation meeting"
|
imageAlt="Real estate consultation meeting"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
|
|||||||
Reference in New Issue
Block a user