Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 25600a1ccb | |||
| 05edd8a466 | |||
| b150e5a6e8 | |||
| 3389c58a23 | |||
| 44500f8f47 |
@@ -1,58 +1,17 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
|
||||||
import { Poppins } from "next/font/google";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const poppins = Poppins({
|
|
||||||
variable: "--font-poppins", subsets: ["latin"],
|
|
||||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Papyrus | Cartoleria a Bolzano - Cancelleria e Materiale Scolastico", description: "Papyrus è la cartoleria di riferimento a Bolzano. Scopri la più vasta selezione di cancelleria, materiale scolastico e articoli per ufficio. Prezzi competitivi, qualità garantita.", keywords: "cartoleria, bolzano, cancelleria, materiale scolastico, articoli ufficio, penne, quaderni", metadataBase: new URL("https://papyrus-bolzano.it"),
|
title: "Papyrus - Cartoleria a Bolzano", description: "La migliore cartoleria a Bolzano con articoli di cancelleria, materiale scolastico e prodotti per ufficio."};
|
||||||
alternates: {
|
|
||||||
canonical: "https://papyrus-bolzano.it"},
|
|
||||||
openGraph: {
|
|
||||||
title: "Papyrus - La tua Cartoleria a Bolzano", description: "Scopri la più completa selezione di cancelleria e materiale scolastico nel cuore di Bolzano", url: "https://papyrus-bolzano.it", siteName: "Papyrus", type: "website", images: [
|
|
||||||
{
|
|
||||||
url: "http://img.b2bpic.net/free-photo/focused-teen-schoolgirl-reading-book-seat_23-2148204262.jpg", alt: "Papyrus Cartoleria Bolzano"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "Papyrus - Cartoleria a Bolzano", description: "Cancelleria di qualità e materiale scolastico nel centro di Bolzano", images: ["http://img.b2bpic.net/free-photo/focused-teen-schoolgirl-reading-book-seat_23-2148204262.jpg"],
|
|
||||||
},
|
|
||||||
robots: {
|
|
||||||
index: true,
|
|
||||||
follow: true,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="it">
|
||||||
<ServiceWrapper>
|
<body>{children}
|
||||||
<body
|
|
||||||
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1420,7 +1379,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -126,19 +126,23 @@ export default function PapyrusLanding() {
|
|||||||
description="Scopri come Papyrus è diventata la cartoleria di fiducia di Bolzano."
|
description="Scopri come Papyrus è diventata la cartoleria di fiducia di Bolzano."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Federica Berger", role: "Insegnante di Arte", company: "Liceo Artistico di Bolzano", rating: 5,
|
id: "1", name: "Moreno Mottes", role: "Cliente Google", company: "Google Reviews", rating: 5,
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-african-man-profile_176420-12620.jpg?_wi=1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2", name: "Luca Malandrin", role: "Cliente Google", company: "Google Reviews", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-african-man-profile_176420-12620.jpg?_wi=2"
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-african-man-profile_176420-12620.jpg?_wi=2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Paolo Mazzoni", role: "Architetto", company: "Studio Mazzoni & Associati", rating: 5,
|
id: "3", name: "Martina Scaldara", role: "Cliente Google", company: "Google Reviews", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-african-man-profile_176420-12620.jpg?_wi=3"
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-african-man-profile_176420-12620.jpg?_wi=3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Giulia Trentino", role: "Mamma di 3 figli", company: "Comunità di Bolzano", rating: 5,
|
id: "4", name: "Johanna Demetz", role: "Cliente Google", company: "Google Reviews", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-african-man-profile_176420-12620.jpg?_wi=4"
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-african-man-profile_176420-12620.jpg?_wi=4"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Riccardo Verona", role: "Illustratore", company: "Agenzia Creativa Bolzano", rating: 5,
|
id: "5", name: "Anna Froncillo", role: "Cliente Google", company: "Google Reviews", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-african-man-profile_176420-12620.jpg?_wi=5"
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-african-man-profile_176420-12620.jpg?_wi=5"
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -222,4 +226,4 @@ export default function PapyrusLanding() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user