Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4608711524 | |||
| 28c8ef99f8 | |||
| 5e1c9faed9 | |||
| 1cd7d943b3 | |||
| c9567a0cea | |||
| 1254691ee2 | |||
| cef515c543 | |||
| 3ec104db12 | |||
| b6147b9d2e |
@@ -1,59 +1,28 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", 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 geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Madeira Lounge | Restaurante Mediterranean en Carcaixent, Valencia", description: "Restaurante premium en Carcaixent con cocina mediterránea, cócteles artesanales y terraza acogedora. Reserva tu mesa ahora. 697 67 08 89", keywords: "restaurante Carcaixent, restaurante Valencia, comida mediterránea, cócteles, reservas online, terraza", metadataBase: new URL("https://madeiralounge.es"),
|
||||
alternates: {
|
||||
canonical: "https://madeiralounge.es"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Madeira Lounge | Sabores Mediterráneos en Carcaixent", description: "Experimenta cocina de calidad, cócteles únicos y ambiente cuidado en nuestra terraza. ¡Reserva tu mesa hoy!", url: "https://madeiralounge.es", siteName: "Madeira Lounge", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg", alt: "Madeira Lounge - Terrace dining experience"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Madeira Lounge | Restaurante en Carcaixent", description: "Reserva tu experiencia mediterránea única. Cócteles artesanales, terraza y cocina fresca.", images: ["http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
title: "Create Next App", description: "Generated by create next app"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${montserrat.variable} ${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable}`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1421,7 +1390,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { ChefHat, Heart, Leaf, MessageCircle, Smile, Sparkles, Star, Utensils, Users, Wine } from 'lucide-react';
|
||||
import { ChefHat, Heart, Leaf, MessageCircle, Smile, Sparkles, Star, Utensils, Users, Wine, Phone, Clock, MapPin } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -132,8 +132,10 @@ export default function LandingPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Reservar ahora", href: "#reservation" },
|
||||
{ text: "Llamar: 697 67 08 89", href: "tel:697670889" }
|
||||
{ text: "Llamar", href: "tel:697670889" }
|
||||
]}
|
||||
buttonClassName="flex items-center gap-2"
|
||||
buttonTextClassName="flex items-center gap-2"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -143,15 +145,15 @@ export default function LandingPage() {
|
||||
<PricingCardNine
|
||||
plans={[
|
||||
{
|
||||
id: "reservation-form", title: "Reserva tu Mesa", price: "Desde", period: "20€ por persona", imageSrc: "http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg?_wi=2", imageAlt: "Terraza Madeira Lounge", button: { text: "Confirmar Reserva", href: "tel:697670889" },
|
||||
id: "direct-contact", title: "Reserva Directa", price: "Llamar", period: "Ahora", imageSrc: "http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg?_wi=2", imageAlt: "Terraza Madeira Lounge", button: { text: "📞 697 67 08 89", href: "tel:697670889" },
|
||||
features: [
|
||||
"Nombre y teléfono", "Fecha y hora deseada", "Número de personas", "Preferencias especiales", "Confirmación inmediata", "Atención personalizada"
|
||||
"Disponibilidad inmediata", "Confirmación por teléfono", "Atencion personalizada", "Sin intermediarios", "Reservas especiales disponibles", "Horarios flexibles"
|
||||
]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Realiza tu Reserva"
|
||||
description="Completa el formulario para confirmar tu mesa en Madeira Lounge"
|
||||
title="Reserva tu Mesa Ahora"
|
||||
description="Contacta directamente con nosotros para garantizar tu reserva en Madeira Lounge"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Reservas"
|
||||
@@ -167,4 +169,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user