Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f357b59923 | |||
| 477e8cfff3 | |||
| 9277981f93 | |||
| 2c8ebf8a7e | |||
| 1cfefed035 | |||
| e8865e931c | |||
| e2e9f75228 | |||
| 18425a30bc | |||
| b6b5d7ad27 | |||
| cd31d47381 |
@@ -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"},
|
||||
{
|
||||
@@ -127,6 +127,12 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "p6", name: "Luxury Skyline Dining", price: "$1.8M", imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
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."
|
||||
/>
|
||||
@@ -235,4 +241,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user