Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a474d6699 | |||
| 70169de290 | |||
| 1c15158452 | |||
| 63ebd0bc00 | |||
| ed462783ba |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Archivo } from "next/font/google";
|
||||
|
||||
@@ -34,7 +33,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${archivo.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -79,6 +79,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Curated Property Collection"
|
||||
description="From modern lofts to sprawling estates, explore our exclusive range of hand-selected properties."
|
||||
buttons={[{ text: "Explore Full Catalog", href: "/catalog" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user