Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 213ad575fd | |||
| 91ac7d74d7 |
@@ -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 All Properties", href: "#properties" },
|
||||
{ text: "View Properties", href: "#properties" },
|
||||
{ text: "Schedule Viewing" }
|
||||
]}
|
||||
carouselItems={[
|
||||
@@ -128,7 +128,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
useInvertedBackground="noInvert"
|
||||
metrics={[
|
||||
{ label: "Properties Sold", value: "1,500+" },
|
||||
{ label: "Properties Sold", value: "1,700+" },
|
||||
{ label: "Average Close Time", value: "14 days" }
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user