3 Commits

Author SHA1 Message Date
0515f174ce Update src/app/page.tsx 2026-06-09 22:54:54 +00:00
d4350ef760 Merge version_2 into main
Merge version_2 into main
2026-06-09 22:52:06 +00:00
9b5ad19353 Merge version_2 into main
Merge version_2 into main
2026-06-09 22:51:39 +00:00

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Schedule Consultation", href: "contact" }}
button={{ text: "Schedule Consultation", href: "#contact" }}
/>
</div>
@@ -50,8 +50,8 @@ export default function LandingPage() {
tag="Premium Collections"
tagIcon={Sparkles}
buttons={[
{ text: "Explore Properties", href: "properties" },
{ text: "Contact Agent", href: "contact" }
{ text: "Explore Properties", href: "#properties" },
{ text: "Contact Agent", href: "#contact" }
]}
mediaItems={[
{
@@ -86,7 +86,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
carouselMode="buttons"
buttons={[
{ text: "See all properties", href: "/properties" }
{ text: "See all properties", href: "#properties" }
]}
products={[
{
@@ -112,7 +112,7 @@ export default function LandingPage() {
imageAlt="Luxe Properties Dubai team"
useInvertedBackground={false}
buttons={[
{ text: "Learn Our Story", href: "#" }
{ text: "Learn Our Story", href: "#about" }
]}
/>
</div>
@@ -244,7 +244,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Schedule Consultation", href: "#" },
{ text: "Schedule Consultation", href: "#contact" },
{ text: "Learn More", href: "#about" }
]}
/>