Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fc2e348ec | |||
| b51ea39600 | |||
| 638d203e98 |
@@ -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 { DM_Sans } from "next/font/google";
|
||||
|
||||
@@ -37,7 +36,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
{ id: "s3", title: "Cabinet Refinishing", descriptions: ["A budget-friendly way to update your kitchen."] },
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Professional solutions to maintain and improve your home's aesthetic value."
|
||||
description="We provide durable, high-quality finishes designed to enhance curb appeal and ensure long-lasting protection for your home."
|
||||
cardClassName="border border-accent"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user