Merge version_1 into main #1
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight",
|
||||
@@ -20,6 +24,38 @@ const interTight = Inter_Tight({
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Praia da Rocha Beach Club - Restaurante & Bar Portimão",
|
||||
description: "Desfrute de cocktails artesanais, pizzas em forno de lenha e frutos do mar frescos à beira-mar em Portimão. Avaliações 4.4★. Reservas online disponíveis.",
|
||||
keywords: "restaurante praia da rocha, bar praia, cocktails portimão, pizza forno lenha, algarve dining, beach restaurant",
|
||||
metadataBase: new URL("https://praiadarochabeachclub.com"),
|
||||
alternates: {
|
||||
canonical: "https://praiadarochabeachclub.com",
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Praia da Rocha Beach Club - Premium Beach Dining",
|
||||
description: "Experience exceptional beachfront dining with craft cocktails, wood-fired pizzas, and fresh seafood. 4.4★ rating from 334+ reviews.",
|
||||
type: "website",
|
||||
siteName: "Praia da Rocha Beach Club",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/beach-sunset-with-clouds_1122-2111.jpg",
|
||||
alt: "Praia da Rocha sunset view",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Praia da Rocha Beach Club - Best Beach Dining",
|
||||
description: "Craft cocktails, wood-fired pizzas, fresh seafood. Reserve your table today!",
|
||||
images: ["http://img.b2bpic.net/free-photo/beach-sunset-with-clouds_1122-2111.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${interTight.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -142,7 +142,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Cocktails Artesanais / Craft Cocktails",
|
||||
description: "Sangria de espumante, mojitos, caipirinhas e especiais da casa preparados por bartenders experientes. / Sparkling sangria, mojitos, caipirinhas, and house specials crafted by expert bartenders.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-cocktail-served-beach_23-2147656895.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-cocktail-served-beach_23-2147656895.jpg?_wi=1",
|
||||
imageAlt: "Craft cocktails",
|
||||
buttonIcon: Drink,
|
||||
buttonHref: "/contacto",
|
||||
@@ -150,7 +150,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Pizzas em Forno de Lenha / Wood-fired Pizzas",
|
||||
description: "Pizzas tradicionais preparadas em forno autêntico com ingredientes frescos. / Traditional pizzas prepared in authentic wood-fired oven with fresh ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-cutting-freshly-prepared-pizza-with-special-knife_613910-14828.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-cutting-freshly-prepared-pizza-with-special-knife_613910-14828.jpg?_wi=1",
|
||||
imageAlt: "Wood-fired pizza",
|
||||
buttonIcon: Pizza,
|
||||
buttonHref: "/contacto",
|
||||
@@ -158,7 +158,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Hambúrgueres Gourmet / Gourmet Burgers",
|
||||
description: "Hamburgueses suculentos com pão caseiro, carne fresca e acompanhamentos premium. / Succulent burgers with homemade bread, fresh meat, and premium toppings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-delicious-sandwich-plate-left-side-stained-white-surface_179666-34251.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-delicious-sandwich-plate-left-side-stained-white-surface_179666-34251.jpg?_wi=1",
|
||||
imageAlt: "Gourmet burger",
|
||||
buttonIcon: Flame,
|
||||
buttonHref: "/contacto",
|
||||
@@ -166,7 +166,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Saladas Frescas / Fresh Salads",
|
||||
description: "Saladas coloridas com ingredientes locais frescos, perfeitas para refeição leve. / Colorful salads with fresh local ingredients, perfect for a light meal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fruits-vegetables-healthy-food_24877-51699.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fruits-vegetables-healthy-food_24877-51699.jpg?_wi=1",
|
||||
imageAlt: "Fresh salad",
|
||||
buttonIcon: Leaf,
|
||||
buttonHref: "/contacto",
|
||||
@@ -174,7 +174,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Frutos do Mar / Seafood",
|
||||
description: "Peixes e mariscos frescos diariamente, preparados com técnicas tradicionais portuguesas. / Fresh fish and seafood daily, prepared with traditional Portuguese techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-with-vegetables-lemon-served-with-glass-wine_141793-762.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-with-vegetables-lemon-served-with-glass-wine_141793-762.jpg?_wi=1",
|
||||
imageAlt: "Fresh seafood",
|
||||
buttonIcon: Fish,
|
||||
buttonHref: "/contacto",
|
||||
@@ -296,7 +296,7 @@ export default function HomePage() {
|
||||
handle: "Local Guide",
|
||||
testimonial: "Restaurante muito agradável na praia da rocha. Tem uma esplanada estupenda com bons cocktails, smoothies, saladas, pizzas e hambúrgueres. Staff atencioso. Preços aceitáveis. / Very pleasant restaurant at Praia da Rocha. Has a wonderful terrace with good cocktails, smoothies, salads, pizzas and burgers. Attentive staff. Acceptable prices.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-happy-latin-woman-waving-hello_74855-2809.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-happy-latin-woman-waving-hello_74855-2809.jpg?_wi=1",
|
||||
imageAlt: "Julia Almeida",
|
||||
},
|
||||
{
|
||||
@@ -305,7 +305,7 @@ export default function HomePage() {
|
||||
handle: "Local Guide",
|
||||
testimonial: "Encantada com o atendimento e com o acolhimento com minha cadelinha, mal cheguei e já foi disponibilizado agua fresca p ela. Obrigada ao staff pelo excelente atendimento. / Delighted with the service and the welcome given to my little dog. Fresh water was provided as soon as I arrived. Thank you to the staff for excellent service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-gym_23-2149178039.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-gym_23-2149178039.jpg?_wi=1",
|
||||
imageAlt: "Lu Brito",
|
||||
},
|
||||
{
|
||||
@@ -314,7 +314,7 @@ export default function HomePage() {
|
||||
handle: "Local Guide",
|
||||
testimonial: "Nota máxima, para o conceito. Salada fantástica, serviço rápido e muito simpáticos! Preços nada exagerados para bar de praia. Recomendo! / Maximum rating for the concept. Fantastic salad, quick service and very friendly! Not overpriced for a beach bar. I recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg?_wi=1",
|
||||
imageAlt: "Rita Saraiva",
|
||||
},
|
||||
{
|
||||
@@ -323,7 +323,7 @@ export default function HomePage() {
|
||||
handle: "Local Guide",
|
||||
testimonial: "Restaurante de praia muito simpático. Equipa excelente em simpatia, educação, amabilidade e disponibilidade. Almoçámos durante os 10 dias e gostámos sempre. Recomendo vivamente. / Very friendly beach restaurant. Excellent team in friendliness, education, kindness and availability. We ate lunch for 10 days and always enjoyed it. I highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-pretty-young-woman-with-long-blonde-hair-hugging-handsome-guy-from-back-couple-love-chilling-bed-home-modern-apartment-true-emotions-lovely_197531-1662.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-pretty-young-woman-with-long-blonde-hair-hugging-handsome-guy-from-back-couple-love-chilling-bed-home-modern-apartment-true-emotions-lovely_197531-1662.jpg?_wi=1",
|
||||
imageAlt: "Lourdes Costa",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -88,7 +88,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Cocktails & Bebidas Artesanais / Craft Cocktails & Beverages",
|
||||
description: "Nossa barra oferece uma seleção curada de cocktails assinados, sangrias de espumante, mojitos refrescantes, caipirinhas autênticas e bebidas especiais da casa. Todos os drinques são preparados por bartenders experientes com ingredientes premium. / Our bar offers a curated selection of signature cocktails, sparkling sangrias, refreshing mojitos, authentic caipirinhas, and house special drinks. All beverages are prepared by experienced bartenders with premium ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-cocktail-served-beach_23-2147656895.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-cocktail-served-beach_23-2147656895.jpg?_wi=2",
|
||||
imageAlt: "Craft cocktails and beverages",
|
||||
buttonIcon: Drink,
|
||||
buttonHref: "/contacto",
|
||||
@@ -96,7 +96,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Pizzas em Forno de Lenha Tradicional / Traditional Wood-fired Pizzas",
|
||||
description: "Pizzas autênticas preparadas em forno de lenha restaurado, com receitas italianas tradicionais adaptadas com ingredientes locais português. Massa fermentada naturalmente por 48 horas e coberturas frescas diariamente. / Authentic pizzas prepared in restored wood-fired oven, with traditional Italian recipes adapted with Portuguese local ingredients. Naturally fermented dough for 48 hours and fresh toppings daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-cutting-freshly-prepared-pizza-with-special-knife_613910-14828.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-cutting-freshly-prepared-pizza-with-special-knife_613910-14828.jpg?_wi=2",
|
||||
imageAlt: "Wood-fired pizza preparation",
|
||||
buttonIcon: Pizza,
|
||||
buttonHref: "/contacto",
|
||||
@@ -104,7 +104,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Hambúrgueres Gourmet Premium / Premium Gourmet Burgers",
|
||||
description: "Hambúrgueres suculentos preparados com pão caseiro fermentado, carne fresca de fornecedores locais certificados, e acompanhamentos premium selecionados. Cada hambúrguer é preparado conforme encomendado com máxima atenção aos detalhes. / Succulent burgers prepared with fermented homemade bread, fresh meat from certified local suppliers, and carefully selected premium toppings. Each burger is prepared to order with maximum attention to detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-delicious-sandwich-plate-left-side-stained-white-surface_179666-34251.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-delicious-sandwich-plate-left-side-stained-white-surface_179666-34251.jpg?_wi=2",
|
||||
imageAlt: "Gourmet burger plating",
|
||||
buttonIcon: Flame,
|
||||
buttonHref: "/contacto",
|
||||
@@ -112,7 +112,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Saladas Mediterrâneas Frescas / Fresh Mediterranean Salads",
|
||||
description: "Saladas vibrantes preparadas com ingredientes locais frescos selecionados diariamente do mercado. Nossas receitas tradicionais combinam folhas verdes, vegetais sazonais, proteínas premium e azeite extra virgem regional. / Vibrant salads prepared with fresh local ingredients selected daily from the market. Our traditional recipes combine green leaves, seasonal vegetables, premium proteins, and regional extra virgin olive oil.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fruits-vegetables-healthy-food_24877-51699.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fruits-vegetables-healthy-food_24877-51699.jpg?_wi=2",
|
||||
imageAlt: "Fresh Mediterranean salad",
|
||||
buttonIcon: Leaf,
|
||||
buttonHref: "/contacto",
|
||||
@@ -120,7 +120,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Frutos do Mar Frescos / Fresh Seafood",
|
||||
description: "Peixes e mariscos capturados localmente, preparados diariamente pelos nossos chefs. Oferecemos peixe à brasa tradicional, arroz de marisco, gambas à brava e especialidades sazonais executadas com técnicas portuguesas autênticas. / Locally caught fish and seafood, prepared daily by our chefs. We offer traditional grilled fish, seafood rice, spicy prawns, and seasonal specialties executed with authentic Portuguese techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-with-vegetables-lemon-served-with-glass-wine_141793-762.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-with-vegetables-lemon-served-with-glass-wine_141793-762.jpg?_wi=2",
|
||||
imageAlt: "Fresh grilled seafood",
|
||||
buttonIcon: Fish,
|
||||
buttonHref: "/contacto",
|
||||
@@ -183,7 +183,7 @@ export default function ServicesPage() {
|
||||
handle: "Local Guide",
|
||||
testimonial: "Os cocktails são incríveis! Preparados com precisão e criatividade. Os bartenders conhecem muito bem seu ofício. Recomendo especialmente a sangria da casa. / The cocktails are amazing! Prepared with precision and creativity. The bartenders really know their craft. I especially recommend the house sangria.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-happy-latin-woman-waving-hello_74855-2809.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-happy-latin-woman-waving-hello_74855-2809.jpg?_wi=3",
|
||||
imageAlt: "Julia Almeida",
|
||||
},
|
||||
{
|
||||
@@ -192,7 +192,7 @@ export default function ServicesPage() {
|
||||
handle: "Local Guide",
|
||||
testimonial: "A pizza do forno de lenha é excelente. Massa crocante por fora, macia por dentro. Os ingredientes são frescos e de qualidade superior. Voltarei em breve! / The wood-fired pizza is excellent. Crispy on the outside, soft inside. The ingredients are fresh and top quality. I'll be back soon!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-gym_23-2149178039.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-gym_23-2149178039.jpg?_wi=3",
|
||||
imageAlt: "Lu Brito",
|
||||
},
|
||||
{
|
||||
@@ -201,7 +201,7 @@ export default function ServicesPage() {
|
||||
handle: "Local Guide",
|
||||
testimonial: "O hambúrguer gourmet é verdadeiramente especial. A carne é suculenta, o pão é perfeito e os acompanhamentos são escolhidos com cuidado. Definitivamente uma experiência premium! / The gourmet burger is truly special. The meat is juicy, the bread is perfect, and the toppings are carefully chosen. Definitely a premium experience!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg?_wi=3",
|
||||
imageAlt: "Rita Saraiva",
|
||||
},
|
||||
{
|
||||
@@ -210,7 +210,7 @@ export default function ServicesPage() {
|
||||
handle: "Local Guide",
|
||||
testimonial: "O peixe fresco é impossível de resistir. Preparado com maestria, os sabores são puros e deliciosos. A equipe é extremamente atenciosa com sugestões de vinho. Experiência completa! / The fresh fish is irresistible. Prepared with mastery, the flavors are pure and delicious. The staff is extremely attentive with wine suggestions. A complete experience!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-pretty-young-woman-with-long-blonde-hair-hugging-handsome-guy-from-back-couple-love-chilling-bed-home-modern-apartment-true-emotions-lovely_197531-1662.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-pretty-young-woman-with-long-blonde-hair-hugging-handsome-guy-from-back-couple-love-chilling-bed-home-modern-apartment-true-emotions-lovely_197531-1662.jpg?_wi=3",
|
||||
imageAlt: "Lourdes Costa",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -147,7 +147,7 @@ export default function AboutPage() {
|
||||
handle: "Chef & Founder",
|
||||
testimonial: "Dedicado a criar experiências culinárias autênticas que conectam pessoas à beleza do Algarve. / Dedicated to creating authentic culinary experiences that connect people to the beauty of Algarve.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-gym_23-2149178039.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-gym_23-2149178039.jpg?_wi=2",
|
||||
imageAlt: "Carlos Silva"
|
||||
},
|
||||
{
|
||||
@@ -156,7 +156,7 @@ export default function AboutPage() {
|
||||
handle: "Restaurant Manager",
|
||||
testimonial: "Cada hóspede é parte da nossa família. Trabalho para garantir que cada visita seja memorável e acolhedora. / Every guest is part of our family. I work to ensure that every visit is memorable and welcoming.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-happy-latin-woman-waving-hello_74855-2809.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-happy-latin-woman-waving-hello_74855-2809.jpg?_wi=2",
|
||||
imageAlt: "Mariana Costa"
|
||||
},
|
||||
{
|
||||
@@ -165,7 +165,7 @@ export default function AboutPage() {
|
||||
handle: "Head Bartender",
|
||||
testimonial: "Criei cocktails que refletem o espírito da praia - refrescantes, vibrantes e autênticos. / I created cocktails that reflect the spirit of the beach - refreshing, vibrant, and authentic.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg?_wi=2",
|
||||
imageAlt: "João Ferreira"
|
||||
},
|
||||
{
|
||||
@@ -174,7 +174,7 @@ export default function AboutPage() {
|
||||
handle: "United",
|
||||
testimonial: "Juntos, criamos o melhor espaço de lazer à beira-mar. Obrigado aos nossos clientes pelo apoio contínuo. / Together, we create the best beachfront leisure space. Thank you to our customers for continuous support.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-pretty-young-woman-with-long-blonde-hair-hugging-handsome-guy-from-back-couple-love-chilling-bed-home-modern-apartment-true-emotions-lovely_197531-1662.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-pretty-young-woman-with-long-blonde-hair-hugging-handsome-guy-from-back-couple-love-chilling-bed-home-modern-apartment-true-emotions-lovely_197531-1662.jpg?_wi=2",
|
||||
imageAlt: "Equipa Praia da Rocha"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user