Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 752409bf24 | |||
| c1adbe824a | |||
| 4c32700459 | |||
| dc3add21db |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Euro Pitture - Tinteggiatura Civile e Industriale", description: "Maestri nei colori, leader nei risultati. Tinteggiatura civile e industriale con piattaforme aeree dal 1990."};
|
title: "Euro Pitture - Tinteggiatura Civile e Industriale", description: "Maestri nei colori, leader nei risultati. Tinteggiatura civile e industriale con piattaforme aeree dal 1990."
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -1384,4 +1385,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName=""
|
brandName="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AicWC53vH80wLx71X1buQoZMgU/uploaded-1773091546923-m4ntmasg.png"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Servizi", id: "services" },
|
{ name: "Servizi", id: "services" },
|
||||||
{ name: "Lavori", id: "portfolio" },
|
{ name: "Lavori", id: "portfolio" },
|
||||||
@@ -340,4 +340,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user