8 Commits

Author SHA1 Message Date
f357b59923 Merge version_4 into main
Merge version_4 into main
2026-04-24 18:44:42 +00:00
477e8cfff3 Update src/app/styles/variables.css 2026-04-24 18:44:39 +00:00
9277981f93 Update src/app/page.tsx 2026-04-24 18:44:38 +00:00
2c8ebf8a7e Switch to version 3: modified src/app/page.tsx 2026-04-24 18:40:09 +00:00
1cfefed035 Switch to version 2: modified src/app/page.tsx 2026-04-24 18:40:05 +00:00
e8865e931c Switch to version 3: modified src/app/page.tsx 2026-04-24 18:39:49 +00:00
e2e9f75228 Switch to version 2: modified src/app/page.tsx 2026-04-24 18:39:39 +00:00
18425a30bc Merge version_3 into main
Merge version_3 into main
2026-04-24 18:37:49 +00:00
2 changed files with 13 additions and 11 deletions

View File

@@ -110,12 +110,12 @@ export default function LandingPage() {
<div id="properties" data-section="properties">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{
id: "p1", name: "Modern Minimalist Loft", price: "$1.2M", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683425.jpg"},
id: "p1", name: "African Modern Luxury Villa", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/luxury-villa-landscape-view_23-2149591963.jpg"},
{
id: "p2", name: "Sunset Villa Estate", price: "$3.5M", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-architecture-with-swimming-pool_23-2151993728.jpg"},
{
@@ -129,7 +129,9 @@ export default function LandingPage() {
]}
buttons={[
{
text: "View All Properties", href: "/catalog"},
text: "Full Property Catalog", href: "/catalog"},
{
text: "Book Consultation", href: "#contact"},
]}
title="Exclusive Property Listings"
description="Explore our hand-picked selection of high-value real estate investments."
@@ -239,4 +241,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000000;
--primary-cta: #000000;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #000000;
--accent: #000000;
--background-accent: #000000;
--accent: #b8860b;
--background-accent: #8b6914;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);