Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 05edd8a466 | |||
| b150e5a6e8 | |||
| 3389c58a23 | |||
| 4e86688c04 | |||
| 44500f8f47 | |||
| 57af525ceb | |||
| f483dd8f1f | |||
| 066434b125 | |||
| 8ac4320caa |
@@ -1,58 +1,17 @@
|
||||
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 { 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 = {
|
||||
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"),
|
||||
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,
|
||||
},
|
||||
};
|
||||
title: "Papyrus - Cartoleria a Bolzano", description: "La migliore cartoleria a Bolzano con articoli di cancelleria, materiale scolastico e prodotti per ufficio."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="it">
|
||||
<body>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1420,7 +1379,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -126,19 +126,23 @@ export default function PapyrusLanding() {
|
||||
description="Scopri come Papyrus è diventata la cartoleria di fiducia di Bolzano."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Laura Müller", role: "Insegnante", company: "Scuola 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"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Giuseppe Bianchi", role: "Imprenditore", company: "Studio Legale", 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"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Anna Ferrari", role: "Mamma e Studentessa", 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"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Marco Rossi", role: "Graphic Designer", company: "Freelancer", 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"
|
||||
},
|
||||
]}
|
||||
@@ -222,4 +226,4 @@ export default function PapyrusLanding() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #E34400;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #E34400;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user