Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c865a44c38 | |||
| 92f47ef9f1 | |||
| 83c61a6809 | |||
| 6f76860de0 | |||
| 11f47b3f41 | |||
| 43eb21e328 | |||
| 2ce6761fdc | |||
| e729c0bf31 | |||
| d9df37a794 | |||
| fac1d9d293 | |||
| c8f9f7f86b |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #000000;;
|
||||||
--card: #fcfcfc;;
|
--card: #1a1a1a;;
|
||||||
--foreground: #000f0fe6;;
|
--foreground: #ffffffe6;;
|
||||||
--primary-cta: #00c9e8;;
|
--primary-cta: #facc15;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1a1a1a;;
|
||||||
--accent: #e2e2e2;;
|
--accent: #737373;;
|
||||||
--background-accent: #c4c4c4;;
|
--background-accent: #737373;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1278,4 +1278,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||||
@@ -40,8 +40,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardRotatedCarousel
|
<HeroBillboardRotatedCarousel
|
||||||
title="Premium Properties in Prime Locations"
|
title="Premium Properties in Premium Locations"
|
||||||
description="Carefully selected investment opportunities with verified documentation, legal support, and transparent pricing. Start your real estate journey with confidence."
|
description="Carefully selected investment opportunities with verified documentation, legal support, and transparent pricing. "
|
||||||
tag="NEW LISTINGS ADDED THIS WEEK"
|
tag="NEW LISTINGS ADDED THIS WEEK"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
|||||||
<div id="announcement" data-section="announcement">
|
<div id="announcement" data-section="announcement">
|
||||||
<MetricCardTen
|
<MetricCardTen
|
||||||
title="Limited Time Offer"
|
title="Limited Time Offer"
|
||||||
description="Only 3 premium units remaining in our flagship development. Secure your investment today."
|
description="Only 3 premium units remaining in our flagship development."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
@@ -276,7 +276,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="social-proof" data-section="social-proof">
|
<div id="social-proof" data-section="social-proof">
|
||||||
<PricingCardOne
|
<PricingCardOne
|
||||||
title="Trusted by Industry Leaders"
|
title="Trusted by Leaders"
|
||||||
description="Partnered with top financial institutions, developers, and legal authorities for verified, secure transactions."
|
description="Partnered with top financial institutions, developers, and legal authorities for verified, secure transactions."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -477,4 +477,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user