Merge version_3 into main #6
@@ -1,8 +1,14 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./styles/variables.css";
|
||||
import "./globals.css";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Vaquer - Strategic Web Design & Marketing", description: "Premium web design and marketing agency delivering strategic digital solutions that drive measurable business growth."};
|
||||
title: "Vaquer - Strategic Web Design & Marketing", description: "Premium web design and marketing agency delivering strategic digital experiences that drive measurable business growth."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -11,7 +17,9 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>{children}
|
||||
<body className={inter.variable}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
{ value: "50+", title: "Industries Served" }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASPS910MRVzAcc6d6ZwFvDWISF/brand-strategy-and-design-process-visual-1772583052470-84c04b67.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASPS910MRVzAcc6d6ZwFvDWISF/uploaded-1772584835332-6e70gl0b.png"
|
||||
imageAlt="Vaquer brand strategy and design process"
|
||||
mediaAnimation="none"
|
||||
metricsAnimation="none"
|
||||
|
||||
Reference in New Issue
Block a user