Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 02c008991f | |||
| c77c35185e | |||
| 9e2dd5616b | |||
| b1c3437902 | |||
| 01a545d701 | |||
| c31aa4fded | |||
| 3902f852eb | |||
| aa23071109 | |||
| 3c93a54451 | |||
| 848f981aa8 | |||
| 7a86fab348 | |||
| 0660236adc |
@@ -1,51 +1,21 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Raleway } from "next/font/google";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import "@/styles/globals.css";
|
||||
|
||||
const raleway = Raleway({
|
||||
variable: "--font-raleway", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Denzo no Ki no Dō – La Via del Riequilibrio | Meditazione e Reiki", description: "Scopri il cammino verso l'armonia interiore attraverso meditazione consapevole e sessioni Reiki autentiche. Trasformazione spirituale e guarigione energetica.", keywords: "meditazione, Reiki, consapevolezza, spiritualità, guarigione energetica, chakra, trasformazione", openGraph: {
|
||||
title: "Denzo no Ki no Dō – La Via del Riequilibrio", description: "Un viaggio spirituale verso l'armonia interiore, la chiarezza mentale e il riequilibrio profondo del tuo essere.", type: "website", siteName: "Denzo no Ki no Dō", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/woman-doing-yoga_329181-12761.jpg", alt: "Meditazione consapevole e Reiki – Denzo no Ki no Dō"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Denzo no Ki no Dō – La Via del Riequilibrio", description: "Scopri la meditazione consapevole e il Reiki per trasformare la tua vita spirituale.", images: ["http://img.b2bpic.net/free-photo/woman-doing-yoga_329181-12761.jpg"]
|
||||
}
|
||||
title: "Denzo no Ki no Dō – La Via del Riequilibrio", description: "Scopri la via dell'equilibrio attraverso la meditazione consapevole e l'energia curativa del Reiki. Un viaggio spirituale verso l'armonia interiore, la chiarezza mentale e il riequilibrio profondo del tuo essere."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${raleway.variable} ${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="it">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1413,7 +1383,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
avatarText="Riporta pace e equilibrio nella tua vita"
|
||||
buttons={[
|
||||
{ text: "Esplora le Meditazioni", href: "meditations" },
|
||||
{ text: "Inizia Gratis Oggi", href: "meditations" },
|
||||
{ text: "Prenota una Sessione Reiki", href: "reiki-sessions" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Meditazione per lo Stress", description: "Liberati dalla tensione quotidiana e ritrova la calma interiore attraverso tecniche di respirazione consapevole e rilassamento profondo.", imageSrc: "http://img.b2bpic.net/free-photo/group-sporty-people-dead-body-exercise_1163-4995.jpg"
|
||||
title: "Meditazione per lo Stress", description: "Reduce stress by up to 40% in just 10 minutes per session. Liberati dalla tensione quotidiana e ritrova la calma interiore attraverso tecniche di respirazione consapevole e rilassamento profondo.", imageSrc: "http://img.b2bpic.net/free-photo/group-sporty-people-dead-body-exercise_1163-4995.jpg"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -100,13 +100,13 @@ export default function LandingPage() {
|
||||
tag="Guarigione Energetica"
|
||||
products={[
|
||||
{
|
||||
id: "reiki-basic", name: "Sessione Reiki Consapevolezza", price: "€45", imageSrc: "http://img.b2bpic.net/free-photo/spiritual-young-man-woman-practicing-yoga-indoors_23-2149163336.jpg?_wi=1", imageAlt: "Sessione Reiki di 60 minuti"
|
||||
id: "reiki-basic", name: "Sessione Reiki Consapevolezza", price: "€45", imageSrc: "http://img.b2bpic.net/free-photo/spiritual-young-man-woman-practicing-yoga-indoors_23-2149163336.jpg?_wi=1", imageAlt: "Sessione Reiki di 60 minuti per stress relief"
|
||||
},
|
||||
{
|
||||
id: "reiki-deep", name: "Sessione Reiki Profonda", price: "€75", imageSrc: "http://img.b2bpic.net/free-photo/spiritual-young-man-woman-practicing-yoga-indoors_23-2149163336.jpg?_wi=2", imageAlt: "Sessione Reiki di 90 minuti con chakra balancing"
|
||||
id: "reiki-deep", name: "Sessione Reiki Profonda", price: "€75", imageSrc: "http://img.b2bpic.net/free-photo/spiritual-young-man-woman-practicing-yoga-indoors_23-2149163336.jpg?_wi=2", imageAlt: "Sessione Reiki di 90 minuti con allineamento chakra"
|
||||
},
|
||||
{
|
||||
id: "reiki-intensive", name: "Sessione Reiki Intensiva", price: "€120", imageSrc: "http://img.b2bpic.net/free-photo/spiritual-young-man-woman-practicing-yoga-indoors_23-2149163336.jpg?_wi=3", imageAlt: "Sessione Reiki completa di 120 minuti con guarigione energetica totale"
|
||||
id: "reiki-intensive", name: "Sessione Reiki Intensiva", price: "€120", imageSrc: "http://img.b2bpic.net/free-photo/spiritual-young-man-woman-practicing-yoga-indoors_23-2149163336.jpg?_wi=3", imageAlt: "Sessione Reiki completa di 120 minuti con reset energetico totale"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -223,4 +223,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user