Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d9349c15d | |||
| e92f8bfe99 | |||
| 51e34f4b29 | |||
| 55ed7a7d9f | |||
| 87bec05b7e | |||
| 4a6a6f1a7f | |||
| 52b726e20a | |||
| a3a623d06a | |||
| 9dbcf34068 | |||
| 203283c134 | |||
| 18959feb6a |
@@ -1,15 +1,11 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Manrope } from "next/font/google";
|
import { Raleway } from "next/font/google";
|
||||||
import "./styles/variables.css";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const manrope = Manrope({
|
const raleway = Raleway({ subsets: ["latin"] });
|
||||||
variable: "--font-manrope", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Taishan Construction | Premium Hardscape & Building Services Toronto", description: "Premium interlock driveways, patios, landscaping & construction services across the GTA. Free 3D design, expert installation, luxury results."
|
title: "Taishan Construction - Premium Hardscape & Construction Services Toronto", description: "Premium landscaping and construction services across the GTA. Free 3D design, professional installation, material showroom."};
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -18,12 +14,7 @@ export default function RootLayout({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<body className={raleway.className}>{children}
|
||||||
<link rel="icon" href="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXh5KliD4l7rWjrQZkOq7ZuPnH/uploaded-1772755165036-dookr298.png" />
|
|
||||||
</head>
|
|
||||||
<body className={`${manrope.variable} antialiased`}>
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
|
|||||||
@@ -448,7 +448,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactFaq
|
<ContactFaq
|
||||||
ctaTitle="Ready to Transform Your Property?"
|
ctaTitle="Ready to Transform Your Property?"
|
||||||
ctaDescription="Book a consultation and receive a free 3D preview of your project."
|
ctaDescription="Start your project with a free consultation and photorealistic 3D rendering."
|
||||||
ctaButton={{
|
ctaButton={{
|
||||||
text: "Get Free 3D Design", href: "mailto:info@taishanconstruction.com?subject=Free%203D%20Design%20Consultation"
|
text: "Get Free 3D Design", href: "mailto:info@taishanconstruction.com?subject=Free%203D%20Design%20Consultation"
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user