Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 477e8cfff3 | |||
| 9277981f93 | |||
| 2c8ebf8a7e | |||
| 1cfefed035 | |||
| e8865e931c | |||
| e2e9f75228 | |||
| 18425a30bc | |||
| b6b5d7ad27 | |||
| cd31d47381 |
@@ -110,12 +110,12 @@ export default function LandingPage() {
|
|||||||
<div id="properties" data-section="properties">
|
<div id="properties" data-section="properties">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split-actions"
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
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"},
|
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"},
|
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"
|
title="Exclusive Property Listings"
|
||||||
description="Explore our hand-picked selection of high-value real estate investments."
|
description="Explore our hand-picked selection of high-value real estate investments."
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #0a0a0a;
|
||||||
--card: #f9f9f9;
|
--card: #1a1a1a;
|
||||||
--foreground: #000000;
|
--foreground: #f5f5f5;
|
||||||
--primary-cta: #000000;
|
--primary-cta: #ffdf7d;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #000000;
|
--secondary-cta-text: #000000;
|
||||||
--accent: #000000;
|
--accent: #b8860b;
|
||||||
--background-accent: #000000;
|
--background-accent: #8b6914;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user