Merge version_2 into main #4
@@ -1,68 +1,30 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Poppins, Space_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins", subsets: ["latin"],
|
||||
weight: ["400", "500", "600", "700", "800", "900"],
|
||||
display: "swap"});
|
||||
|
||||
const spaceMono = Space_Mono({
|
||||
variable: "--font-space-mono", subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
display: "swap"});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Serigrafia Professionale a Milano | Magic Serigrafia",
|
||||
description: "Laboratorio di serigrafia a Milano per magliette personalizzate, divise aziendali e merchandising. Qualità, velocità e consulenza professionale. Contattaci per un preventivo.",
|
||||
keywords: "serigrafia Milano, stampa magliette personalizzate, divise aziendali Milano, merchandising personalizzato, stampa tessuti Milano",
|
||||
metadataBase: new URL("https://serigrafiamagic.com"),
|
||||
alternates: {
|
||||
canonical: "https://serigrafiamagic.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Serigrafia Professionale a Milano | Magic Serigrafia",
|
||||
description: "Laboratorio di serigrafia a Milano per magliette personalizzate, divise aziendali e merchandising di qualità.",
|
||||
url: "https://serigrafiamagic.com",
|
||||
siteName: "Magic Serigrafia",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://serigrafiamagic.com/og-image.jpg",
|
||||
alt: "Magic Serigrafia - Laboratorio di Serigrafia a Milano",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Serigrafia Professionale a Milano | Magic Serigrafia",
|
||||
description: "Laboratorio di serigrafia a Milano per magliette personalizzate, divise aziendali e merchandising.",
|
||||
images: ["https://serigrafiamagic.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Magic Serigrafia - Laboratorio di Serigrafia Professionale a Milano", description: "Serigrafia professionale per aziende, eventi e brand a Milano. Precisione, qualità e supporto dedicato per ogni progetto."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="it">
|
||||
<body className={`${poppins.variable} ${spaceMono.variable}`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1430,7 +1392,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,7 +40,8 @@ export default function HomePage() {
|
||||
brandName="Magic Serigrafia"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Chiama Ora", href: "tel:+390266939211"}}
|
||||
text: "Chiama Ora", href: "tel:+390266939211"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,9 +52,11 @@ export default function HomePage() {
|
||||
description="Serigrafia professionale per aziende, eventi e brand a Milano. Precisione, qualità e supporto dedicato per ogni progetto."
|
||||
buttons={[
|
||||
{
|
||||
text: "Chiama Ora: 02 669 3921", href: "tel:+390266939211"},
|
||||
text: "Richiedi Preventivo Gratuito", href: "#contact"
|
||||
},
|
||||
{
|
||||
text: "Richiedi Preventivo", href: "#contact"},
|
||||
text: "Richiedi Preventivo", href: "#contact"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
@@ -74,22 +77,26 @@ export default function HomePage() {
|
||||
{
|
||||
icon: Shirt,
|
||||
title: "Magliette Personalizzate", description: "Stampa di qualità su magliette, felpe e indumenti casual con colori vivaci e durata garantita.", button: {
|
||||
text: "Scopri di più", href: "/servizi#tshirt"},
|
||||
text: "Scopri di più", href: "/servizi#tshirt"
|
||||
},
|
||||
},
|
||||
{
|
||||
icon: Briefcase,
|
||||
title: "Divise Aziendali", description: "Abbigliamento professionale per dipendenti con loghi aziendali e branding corporate di qualità.", button: {
|
||||
text: "Scopri di più", href: "/servizi#uniforms"},
|
||||
text: "Scopri di più", href: "/servizi#uniforms"
|
||||
},
|
||||
},
|
||||
{
|
||||
icon: Package,
|
||||
title: "Merchandising", description: "Prodotti promozionali personalizzati per eventi, sponsorizzazioni e regali aziendali.", button: {
|
||||
text: "Scopri di più", href: "/servizi#merchandise"},
|
||||
text: "Scopri di più", href: "/servizi#merchandise"
|
||||
},
|
||||
},
|
||||
{
|
||||
icon: Palette,
|
||||
title: "Consulenza Colori", description: "Supporto professionale nella scelta di colori, materiali e tecniche di stampa ottimali.", button: {
|
||||
text: "Scopri di più", href: "/servizi#colors"},
|
||||
text: "Scopri di più", href: "/servizi#colors"
|
||||
},
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -105,16 +112,20 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Google Rating", value: "4.2★"},
|
||||
label: "Google Rating", value: "4.2★"
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Clienti Soddisfatti", value: "21+"},
|
||||
label: "Clienti Soddisfatti", value: "21+"
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Turnaround Veloce", value: "48-72h"},
|
||||
label: "Turnaround Veloce", value: "48-72h"
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Qualità Garantita", value: "100%"},
|
||||
label: "Qualità Garantita", value: "100%"
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -129,17 +140,23 @@ export default function HomePage() {
|
||||
tag="Testimonianze"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Roberto Martini", handle: "Restaurante Milano", testimonial: "Serigrafia perfetta sotto ogni punto di vista. Labora molto preciso e consegna puntuali. Consigliatissimi!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Roberto Martini"},
|
||||
id: "1", name: "Roberto Martini", handle: "Restaurante Milano", testimonial: "Serigrafia perfetta sotto ogni punto di vista. Labora molto preciso e consegna puntuali. Consigliatissimi!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Roberto Martini"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Maria Rossi", handle: "Fashion Brand", testimonial: "Lavoro sempre preciso, ordinato ed eccellente. I ragazzi sanno quello che fanno. Torneremo sicuramente.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Maria Rossi"},
|
||||
id: "2", name: "Maria Rossi", handle: "Fashion Brand", testimonial: "Lavoro sempre preciso, ordinato ed eccellente. I ragazzi sanno quello che fanno. Torneremo sicuramente.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Maria Rossi"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Andrea Ferrari", handle: "Corporate Milano", testimonial: "Consigli sulla scelta dei colori molto professionali. Hanno saputo guidarci nella migliore soluzione per le nostre divise.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Andrea Ferrari"},
|
||||
id: "3", name: "Andrea Ferrari", handle: "Corporate Milano", testimonial: "Consigli sulla scelta dei colori molto professionali. Hanno saputo guidarci nella migliore soluzione per le nostre divise.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Andrea Ferrari"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Giulia Bianchi", handle: "Event Organizer", testimonial: "Rapidità nella preparazione della matrice e qualità impeccabile. Perfetti per i nostri merchandise di evento.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Giulia Bianchi"},
|
||||
id: "4", name: "Giulia Bianchi", handle: "Event Organizer", testimonial: "Rapidità nella preparazione della matrice e qualità impeccabile. Perfetti per i nostri merchandise di evento.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Giulia Bianchi"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Marco Colombo", handle: "Sports Team", testimonial: "Laboratorio serio e professionale. Le uniformi per la squadra sono venute benissimo. Super consigliati!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Marco Colombo"},
|
||||
id: "5", name: "Marco Colombo", handle: "Sports Team", testimonial: "Laboratorio serio e professionale. Le uniformi per la squadra sono venute benissimo. Super consigliati!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Marco Colombo"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Francesca Gallo", handle: "Startup Tech", testimonial: "Personale cortese e qualificato. Hanno risolto tutti i nostri dubbi sulla stampa e il risultato è eccellente.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Francesca Gallo"},
|
||||
id: "6", name: "Francesca Gallo", handle: "Startup Tech", testimonial: "Personale cortese e qualificato. Hanno risolto tutti i nostri dubbi sulla stampa e il risultato è eccellente.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Francesca Gallo"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -223,4 +240,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user