Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1fbfeb5a5b | |||
| bd8a2779eb | |||
| 6721ac9be9 | |||
| a7417d1783 | |||
| 039ac49227 | |||
| a2a18cd132 |
@@ -1,4 +1,4 @@
|
||||
"use client";
|
||||
"use client"
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
tag="ONLY 3 UNITS LEFT THIS WEEK"
|
||||
tagIcon={Zap}
|
||||
buttons={[
|
||||
{ text: "View Properties", href: "#properties" },
|
||||
{ text: "View All Properties", href: "#properties" },
|
||||
{ text: "Schedule Viewing" }
|
||||
]}
|
||||
carouselItems={[
|
||||
@@ -124,11 +124,11 @@ export default function LandingPage() {
|
||||
<SplitAboutMetric
|
||||
title="Why Trust Premium RE?"
|
||||
description={[
|
||||
"We specialize in high-quality property placements for serious buyers and investors. Every listing undergoes rigorous legal verification, structural assessment, and market analysis. Our dedicated property advisors guide you through each step—from viewing to closing—ensuring complete transparency and peace of mind."
|
||||
"We specialize in high-quality property placements for serious buyers and investors. Every listing undergoes rigorous legal verification, structural assessment, and market analysis.", "Our dedicated property advisors guide you through each step—from viewing to closing—ensuring complete transparency and peace of mind.", "All properties include comprehensive due diligence reports, clear title verification, and ongoing legal support throughout the purchase process."
|
||||
]}
|
||||
useInvertedBackground="noInvert"
|
||||
metrics={[
|
||||
{ label: "Properties Sold", value: "1,700+" },
|
||||
{ label: "Properties Sold", value: "1,500+" },
|
||||
{ label: "Average Close Time", value: "14 days" }
|
||||
]}
|
||||
/>
|
||||
@@ -209,7 +209,7 @@ export default function LandingPage() {
|
||||
{ id: "3", value: "25+ Countries", title: "Global Coverage" },
|
||||
{ id: "4", value: "98%", title: "Client Satisfaction" }
|
||||
]}
|
||||
useInvertedBackground="invertCard"
|
||||
useInvertedBackground="invertDefault"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user