10 Commits

Author SHA1 Message Date
18efc13f29 Merge version_4 into main
Merge version_4 into main
2026-01-07 09:48:54 +00:00
ff206b9d9c Update src/app/page.tsx 2026-01-07 09:48:49 +00:00
61ad6945e2 Update src/app/layout.tsx 2026-01-07 09:48:48 +00:00
cf69688f8d Update src/app/globals.css 2026-01-07 09:48:47 +00:00
04c7965d82 Merge version_3 into main
Merge version_3 into main
2026-01-07 09:46:07 +00:00
845cd93678 Update src/app/page.tsx 2026-01-07 09:46:03 +00:00
983e349a75 Merge version_2 into main
Merge version_2 into main
2026-01-07 09:44:37 +00:00
d2a4de5647 Merge version_1 into main
Merge version_1 into main
2026-01-07 09:41:49 +00:00
8a230181b9 Merge version_1 into main
Merge version_1 into main
2026-01-07 09:39:22 +00:00
a6377cf469 Merge version_1 into main
Merge version_1 into main
2026-01-07 09:37:08 +00:00
3 changed files with 10 additions and 10 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #f8faff;;
--card: #f0f4ff;;
--foreground: #1a1a2e;;
--primary-cta: #3b82f6;;
--secondary-cta: #ffffff;;
--accent: #d5c6ff;;
--background-accent: #b394fa;;
--background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #d4af37;;
--secondary-cta: #1a1a1a;;
--accent: #b8860b;;
--background-accent: #8b6914;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

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

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitAvatars
title="Smart Real Estate."
description="Carefully selected premium properties in prime locations. Verified listings, legal support, and transparent pricing—closing deals in 14 days or less."
description="Carefully selected premium properties in prime locations."
tag="ONLY 3 UNITS LEFT THIS WEEK"
tagIcon={AlertCircle}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767718031976-te5vk6eg.jpg"
@@ -289,4 +289,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}