Merge version_3 into main #7
@@ -1,58 +1,20 @@
|
||||
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"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Manga de Compresión de Rodilla de Bambú | Alivio Natural del Dolor", description: "Manga de compresión de rodilla transpirable de bambú para alivio del dolor, reducción de hinchazón y mejor movilidad. Soporte cómodo todo el día para artritis, lesiones deportivas y dolor articular.", keywords: "manga de compresión de rodilla, alivio del dolor de rodilla, soporte para artritis, faja de compresión, tela de bambú", metadataBase: new URL("https://bamboofit.com"),
|
||||
alternates: {
|
||||
canonical: "https://bamboofit.com"},
|
||||
openGraph: {
|
||||
title: "Manga de Compresión de Rodilla de Bambú | Alivio Natural del Dolor", description: "Experimenta alivio natural del dolor con nuestra manga de compresión de rodilla de bambú transpirable. Diseñada para comodidad todo el día y movilidad mejorada.", url: "https://bamboofit.com", siteName: "BambooFit", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/side-view-woman-exercising-outdoors-with-elastic-band_23-2148891939.jpg", alt: "Manga de Compresión de Rodilla de Bambú"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Manga de Compresión de Rodilla de Bambú | Alivio Natural del Dolor", description: "Soporte transpirable para dolor de rodilla, artritis e hinchazón. Garantía de satisfacción de 30 días.", images: ["http://img.b2bpic.net/free-photo/side-view-woman-exercising-outdoors-with-elastic-band_23-2148891939.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "BambooFit - Alivio Natural del Dolor de Rodilla", description: "Manga de compresión de bambú premium para alivio del dolor de rodilla. Diseñada para máxima comodidad y transpirabilidad."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="es" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="es">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1420,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -196,15 +196,15 @@ export default function Home() {
|
||||
tagIcon={Award}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", title: "Básico", price: "€29.99", period: "/unidad", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-exercising-outdoors-with-elastic-band_23-2148891939.jpg?_wi=18", imageAlt: "Plan Básico", button: { text: "Agregar al Carrito", href: "#cart" },
|
||||
id: "duo", title: "Dúo", price: "€49.99", period: "/2 unidades", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-exercising-outdoors-with-elastic-band_23-2148891939.jpg?_wi=19", imageAlt: "Plan Dúo", button: { text: "Agregar al Carrito", href: "#cart" },
|
||||
features: [
|
||||
"1 manga de compresión", "Talla estándar", "Soporte por email", "Garantía de 30 días"
|
||||
"2 mangas de compresión", "Tallas personalizadas", "Soporte prioritario", "Garantía de 30 días", "Descuento del 17%"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "duo", title: "Dúo (Popular)", price: "€49.99", period: "/2 unidades", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-exercising-outdoors-with-elastic-band_23-2148891939.jpg?_wi=19", imageAlt: "Plan Dúo", button: { text: "Agregar al Carrito", href: "#cart" },
|
||||
id: "basic", title: "Básico", price: "€29.99", period: "/unidad", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-exercising-outdoors-with-elastic-band_23-2148891939.jpg?_wi=18", imageAlt: "Plan Básico", button: { text: "Agregar al Carrito", href: "#cart" },
|
||||
features: [
|
||||
"2 mangas de compresión", "Tallas personalizadas", "Soporte prioritario", "Garantía de 30 días", "Descuento del 17%"
|
||||
"1 manga de compresión", "Talla estándar", "Soporte por email", "Garantía de 30 días"
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user