Merge version_2 into main #3
@@ -1,9 +1,9 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Lenis } from "./providers/lenis";
|
||||
import "./globals.css";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Vestra - Luxury Fashion", description: "Discover Vestra—where exclusivity meets precision craftsmanship."};
|
||||
title: "Vestra - Luxury Fashion", description: "Discover Vestra—where exclusivity meets precision craftsmanship."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -13,7 +13,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>
|
||||
<Lenis>{children}</Lenis>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
Reference in New Issue
Block a user