Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 70169de290 | |||
| 63ebd0bc00 | |||
| ed462783ba | |||
| 868a699759 | |||
| 9f9f02751d | |||
| 2cf9a1bd30 | |||
| 6c682be5e5 |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import "@/lib/gsap-setup";
|
import "@/lib/gsap-setup";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { Archivo } from "next/font/google";
|
import { Archivo } from "next/font/google";
|
||||||
|
|
||||||
@@ -34,7 +33,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${archivo.variable} antialiased`}>
|
<body className={`${archivo.variable} antialiased`}>
|
||||||
<Tag />
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
logoText="EstateView"
|
logoText="EstateView"
|
||||||
description="Redefining luxury living. Discover properties tailored to your lifestyle with the most trusted real estate partner."
|
description="Redefining luxury living. Discover properties tailored to your lifestyle with the most trusted real estate partner."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Listings", href: "#listings" },
|
{ text: "View Exclusive Listings", href: "#listings" },
|
||||||
{ text: "Book Consultation", href: "#contact" },
|
{ text: "Book Consultation", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-low-angle-shot-stone-metal-building-blue-sky_181624-7605.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/vertical-low-angle-shot-stone-metal-building-blue-sky_181624-7605.jpg?_wi=1"
|
||||||
@@ -79,6 +79,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Curated Property Collection"
|
title="Curated Property Collection"
|
||||||
description="From modern lofts to sprawling estates, explore our exclusive range of hand-selected properties."
|
description="From modern lofts to sprawling estates, explore our exclusive range of hand-selected properties."
|
||||||
|
buttons={[{ text: "Explore Full Catalog", href: "/catalog" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user