diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index cb8e506..ca6f2bd 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,5 +1,10 @@
import type { Metadata } from "next";
+import { Inter } from "next/font/google";
import "./globals.css";
+import "./styles/variables.css";
+import "./styles/base.css";
+
+const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Luxury Estates", description: "Discover exceptional luxury properties"};
@@ -11,7 +16,9 @@ export default function RootLayout({
}) {
return (
-
{children}
+
+ {children}
+
@@ -94,13 +94,13 @@ export default function LandingPage() {
@@ -267,7 +267,7 @@ export default function LandingPage() {
]
}
]}
- bottomLeftText="© 2025 Luxury Estates. All rights reserved."
+ bottomLeftText="© 2025 Elevate Real Estate. All rights reserved."
bottomRightText="Elevating Luxury Real Estate"
/>
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 3064e36..d97c9c3 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
- /* --background: #f5f4ef;;
- --card: #ebe7de;;
- --foreground: #2a2928;;
- --primary-cta: #8b6914;;
- --secondary-cta: #ecebea;;
- --accent: #c6b180;;
- --background-accent: #c6b180;; */
+ /* --background: #f7f6f7;;
+ --card: #ffffff;;
+ --foreground: #0c1325;;
+ --primary-cta: #0798ff;;
+ --secondary-cta: #ffffff;;
+ --accent: #93c7ff;;
+ --background-accent: #a8cde8;; */
- --background: #f5f4ef;;
- --card: #ebe7de;;
- --foreground: #2a2928;;
- --primary-cta: #8b6914;;
+ --background: #f7f6f7;;
+ --card: #ffffff;;
+ --foreground: #0c1325;;
+ --primary-cta: #0798ff;;
--primary-cta-text: #ffffff;;
- --secondary-cta: #ecebea;;
+ --secondary-cta: #ffffff;;
--secondary-cta-text: #000000;;
- --accent: #c6b180;;
- --background-accent: #c6b180;;
+ --accent: #93c7ff;;
+ --background-accent: #a8cde8;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);