Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 70169de290 | |||
| 63ebd0bc00 | |||
| ed462783ba |
@@ -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={{
|
||||||
|
|||||||
@@ -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