Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da72b86530 | |||
| 92f59f9fb5 | |||
| 55f30cabaf | |||
| aded37cf81 |
@@ -6,42 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-libre-baskerville", subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Sabor Dos Anjos - Restaurante Português em Queluz | Comida Caseira",
|
||||
description: "Autêntico restaurante português em Queluz. Comida caseira, doses generosas, preços acessíveis. Almoço €5-10. Reservas, takeaway e catering. 5 estrelas no Google.",
|
||||
keywords: "restaurante em Queluz, comida portuguesa, churrasqueira Queluz, almoço português, comida caseira, preços acessíveis",
|
||||
metadataBase: new URL("https://sabordosanjos.pt"),
|
||||
title: "Sabor Dos Anjos - Restaurante Português em Queluz | Comida Caseira", description: "Autêntico restaurante português em Queluz. Comida caseira, doses generosas, preços acessíveis. Almoço €5-10. Reservas, takeaway e catering. 5 estrelas no Google.", keywords: "restaurante em Queluz, comida portuguesa, churrasqueira Queluz, almoço português, comida caseira, preços acessíveis", metadataBase: new URL("https://sabordosanjos.pt"),
|
||||
alternates: {
|
||||
canonical: "https://sabordosanjos.pt",
|
||||
},
|
||||
canonical: "https://sabordosanjos.pt"},
|
||||
openGraph: {
|
||||
title: "Sabor Dos Anjos - Restaurante Português em Queluz",
|
||||
description: "Autêntico restaurante português com comida caseira, doses generosas e preços acessíveis. Especializado em grelhados.",
|
||||
url: "https://sabordosanjos.pt",
|
||||
siteName: "Sabor Dos Anjos",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Sabor Dos Anjos - Restaurante Português em Queluz", description: "Autêntico restaurante português com comida caseira, doses generosas e preços acessíveis. Especializado em grelhados.", url: "https://sabordosanjos.pt", siteName: "Sabor Dos Anjos", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate_140725-10306.jpg",
|
||||
alt: "Prato tradicional português - Sabor Dos Anjos",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate_140725-10306.jpg", alt: "Prato tradicional português - Sabor Dos Anjos"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Sabor Dos Anjos - Autêntico Restaurante Português",
|
||||
description: "Comida caseira, doses generosas, preços acessíveis. Almoço de €5-10. Reservas agora!",
|
||||
images: ["http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate_140725-10306.jpg"],
|
||||
card: "summary_large_image", title: "Sabor Dos Anjos - Autêntico Restaurante Português", description: "Comida caseira, doses generosas, preços acessíveis. Almoço de €5-10. Reservas agora!", images: ["http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate_140725-10306.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1433,4 +1417,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,9 +38,7 @@ export default function HomePage() {
|
||||
brandName="Sabor Dos Anjos"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Ligar Agora",
|
||||
href: "tel:+351-21-xxxxxxx",
|
||||
}}
|
||||
text: "Ligar Agora", href: "tel:+351-21-xxxxxxx"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -109,6 +107,10 @@ export default function HomePage() {
|
||||
tag="Recomendações"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Ver Menu Completo", href: "/menu" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -182,8 +184,7 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{ label: "Telefone", href: "tel:+351-21-xxxxxxx" },
|
||||
{ label: "Email", href: "mailto:info@sabordosanjos.pt" },
|
||||
{ label: "Reservas", href: "/contacto" },
|
||||
@@ -191,8 +192,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Localização",
|
||||
items: [
|
||||
title: "Localização", items: [
|
||||
{ label: "Queluz, Portugal", href: "#location" },
|
||||
{ label: "Ver no Mapa", href: "https://maps.google.com/?q=Sabor+Dos+Anjos+Queluz" },
|
||||
{ label: "Horário", href: "#location" },
|
||||
@@ -200,8 +200,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{ label: "Início", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Sobre Nós", href: "/sobre-nos" },
|
||||
@@ -215,4 +214,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user