Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 213ad575fd |
@@ -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={[
|
||||
|
||||
Reference in New Issue
Block a user