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