Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-13 23:51:29 +00:00
5 changed files with 80 additions and 39 deletions

View File

@@ -144,7 +144,7 @@ export default function AboutPage() {
title: "Qualidade em Primeiro Lugar",
description: "Cada ingrediente é cuidadosamente selecionado. Pão artesanal fresco diariamente, carnes de fornecedores de confiança, e vegetais da melhor qualidade.",
tag: "Excelência",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-ingredients-with-lemon-seasonings_140725-57650.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-ingredients-with-lemon-seasonings_140725-57650.jpg?_wi=2",
imageAlt: "Ingredientes Premium",
},
{
@@ -152,7 +152,7 @@ export default function AboutPage() {
title: "Tradição Americana com Toque Local",
description: "Combinamos as receitas clássicas americanas com ingredientes e inspiração portuguesa, criando hambúrgueres únicos.",
tag: "Inovação",
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6420.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6420.jpg?_wi=2",
imageAlt: "Ambiente do Restaurante",
},
{
@@ -160,7 +160,7 @@ export default function AboutPage() {
title: "Paixão em Cada Mordida",
description: "Nossos chefs dedicam-se com paixão a cada hambúrguer. Não é apenas comida, é uma experiência de qualidade.",
tag: "Dedicação",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-having-his-lunch-working-place_259150-58633.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-having-his-lunch-working-place_259150-58633.jpg?_wi=2",
imageAlt: "Serviço com Dedicação",
},
]}

View File

@@ -1,24 +1,63 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } 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 { Manrope } 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 manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "American Bites Burger - Hambúrgueres Artesanais em Lisboa",
description: "Hambúrgueres americanos premium em Lisboa. Ingredientes de qualidade, pão artesanal, batatas crocantes. Peça online ou visite-nos agora!",
keywords: "hambúrguer, burger, Lisboa, artesanal, premium, comida, restaurante, pedido online",
metadataBase: new URL("https://americanbites.pt"),
alternates: {
canonical: "https://americanbites.pt",
},
openGraph: {
title: "American Bites Burger - Hambúrgueres Artesanais",
description: "Um dos melhores hambúrgueres de Lisboa com ingredientes premium",
url: "https://americanbites.pt",
siteName: "American Bites Burger",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/yummy-hamburger-with-onion-fries_23-2148374910.jpg",
alt: "Hambúrguer artesanal American Bites",
},
],
},
twitter: {
card: "summary_large_image",
title: "American Bites Burger",
description: "Hambúrgueres artesanais premium em Lisboa",
images: [
"http://img.b2bpic.net/free-photo/yummy-hamburger-with-onion-fries_23-2148374910.jpg",
],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +66,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +80,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -111,7 +111,7 @@ export default function LocationPage() {
title: "Endereço",
description: "Avenida da Liberdade, 261-A, 1250-141 Lisboa, Portugal. Localização privilegiada no coração de Lisboa, próximo a pontos de interesse turístico.",
tag: "Localização",
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6420.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6420.jpg?_wi=3",
imageAlt: "Ambiente do Restaurante",
},
{
@@ -119,7 +119,7 @@ export default function LocationPage() {
title: "Horário de Funcionamento",
description: "Segunda a Quinta: 12h00 - 22h00. Sexta e Sábado: 12h00 - 23h00. Domingo: 13h00 - 22h00. Encerrado aos feriados nacionais. Entrega disponível até à encerramento.",
tag: "Horas",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-having-his-lunch-working-place_259150-58633.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-having-his-lunch-working-place_259150-58633.jpg?_wi=3",
imageAlt: "Serviço de Entrega",
},
{
@@ -127,7 +127,7 @@ export default function LocationPage() {
title: "Contactos",
description: "Telefone: +351 21 XXXX XXXX. Email: info@americanbites.pt. WhatsApp: +351 91 XXXX XXXX. Estamos aqui para responder a todas as suas dúvidas!",
tag: "Contacto",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-ingredients-with-lemon-seasonings_140725-57650.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-ingredients-with-lemon-seasonings_140725-57650.jpg?_wi=3",
imageAlt: "Qualidade de Serviço",
},
]}

View File

@@ -65,42 +65,42 @@ export default function MenuPage() {
id: "burger-classic",
name: "Classic American",
price: "12,50€",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg?_wi=2",
imageAlt: "Classic American Burger",
},
{
id: "burger-deluxe",
name: "Deluxe Double",
price: "15,90€",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-bacon-burgers_23-2148784482.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-bacon-burgers_23-2148784482.jpg?_wi=2",
imageAlt: "Deluxe Double Burger",
},
{
id: "burger-bacon",
name: "Bacon Cheddar",
price: "14,50€",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg?_wi=2",
imageAlt: "Bacon Cheddar Burger",
},
{
id: "burger-premium",
name: "Black Angus Premium",
price: "18,90€",
imageSrc: "http://img.b2bpic.net/free-photo/yummy-hamburger-with-onion-fries_23-2148374910.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/yummy-hamburger-with-onion-fries_23-2148374910.jpg?_wi=2",
imageAlt: "Black Angus Premium Burger",
},
{
id: "burger-mushroom",
name: "Mushroom Swiss",
price: "13,90€",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg?_wi=3",
imageAlt: "Mushroom Swiss Burger",
},
{
id: "burger-spicy",
name: "Spicy Jalapeño",
price: "13,50€",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-bacon-burgers_23-2148784482.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-bacon-burgers_23-2148784482.jpg?_wi=3",
imageAlt: "Spicy Jalapeño Burger",
},
]}
@@ -132,21 +132,21 @@ export default function MenuPage() {
id: "fries",
name: "Batatas Fritas Premium",
price: "3,90€",
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-aluminum-bowl_1220-675.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-aluminum-bowl_1220-675.jpg?_wi=2",
imageAlt: "Batatas Fritas Premium",
},
{
id: "onion-rings",
name: "Onion Rings Crocantes",
price: "4,50€",
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-aluminum-bowl_1220-675.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-aluminum-bowl_1220-675.jpg?_wi=3",
imageAlt: "Onion Rings",
},
{
id: "nachos",
name: "Nachos com Queijo",
price: "5,90€",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg?_wi=3",
imageAlt: "Nachos",
},
]}

View File

@@ -68,7 +68,7 @@ export default function HomePage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/yummy-hamburger-with-onion-fries_23-2148374910.jpg"
imageSrc="http://img.b2bpic.net/free-photo/yummy-hamburger-with-onion-fries_23-2148374910.jpg?_wi=1"
imageAlt="Hambúrguer artesanal premium"
mediaAnimation="slide-up"
background={{
@@ -81,7 +81,7 @@ export default function HomePage() {
handle: "@mariaeats",
testimonial: "Entrou no meu top 10 melhores hambúrgueres de Lisboa.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-portrait-cheerful-lovely-blue-eyed-female-with-bobbed-hairstyle-expresses-happiness-being-delighted-after-unforgettable-night-with-lover-isolated-white_273609-3725.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-portrait-cheerful-lovely-blue-eyed-female-with-bobbed-hairstyle-expresses-happiness-being-delighted-after-unforgettable-night-with-lover-isolated-white_273609-3725.jpg?_wi=1",
imageAlt: "Maria Silva",
},
{
@@ -89,7 +89,7 @@ export default function HomePage() {
handle: "@joaofoodie",
testimonial: "O lanche é muito bom e a batata uma delícia.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-smiling-with-arms-crossed_329181-12120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-smiling-with-arms-crossed_329181-12120.jpg?_wi=1",
imageAlt: "João Santos",
},
{
@@ -97,7 +97,7 @@ export default function HomePage() {
handle: "@anacooks",
testimonial: "Comida incrível e hambúrguer divino.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-woman-winter-outfit-studio-inspired-lady-has-fun-posing-camera-isolated-bright-background_291650-781.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-woman-winter-outfit-studio-inspired-lady-has-fun-posing-camera-isolated-bright-background_291650-781.jpg?_wi=1",
imageAlt: "Ana Costa",
},
{
@@ -105,7 +105,7 @@ export default function HomePage() {
handle: "@pedrotastes",
testimonial: "O melhor burger que já provei em Lisboa! Ambiente perfeito.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg?_wi=1",
imageAlt: "Pedro Oliveira",
},
]}
@@ -177,28 +177,28 @@ export default function HomePage() {
id: "burger-classic",
name: "Classic American",
price: "12,50€",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg?_wi=1",
imageAlt: "Classic American Burger",
},
{
id: "burger-deluxe",
name: "Deluxe Double",
price: "15,90€",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-bacon-burgers_23-2148784482.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-bacon-burgers_23-2148784482.jpg?_wi=1",
imageAlt: "Deluxe Double Burger",
},
{
id: "burger-bacon",
name: "Bacon Cheddar",
price: "14,50€",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg?_wi=1",
imageAlt: "Bacon Cheddar Burger",
},
{
id: "fries",
name: "Batatas Crocantes",
price: "3,90€",
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-aluminum-bowl_1220-675.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-aluminum-bowl_1220-675.jpg?_wi=1",
imageAlt: "Batatas Fritas Premium",
},
]}
@@ -231,7 +231,7 @@ export default function HomePage() {
title: "Ingredientes Premium",
description: "Pão artesanal, carnes de qualidade superior e vegetais frescos todos os dias.",
tag: "Qualidade",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-ingredients-with-lemon-seasonings_140725-57650.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-ingredients-with-lemon-seasonings_140725-57650.jpg?_wi=1",
imageAlt: "Ingredientes Premium",
},
{
@@ -239,7 +239,7 @@ export default function HomePage() {
title: "Ambiente Acolhedor",
description: "Design moderno e descontraído, perfeito para amigos, família ou refeição rápida.",
tag: "Espaço",
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6420.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6420.jpg?_wi=1",
imageAlt: "Ambiente do Restaurante",
},
{
@@ -247,7 +247,7 @@ export default function HomePage() {
title: "Pedidos Online Fáceis",
description: "Encomendar é simples. Entrega rápida ou retire quando quiser.",
tag: "Conveniência",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-having-his-lunch-working-place_259150-58633.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-having-his-lunch-working-place_259150-58633.jpg?_wi=1",
imageAlt: "Serviço de Entrega",
},
]}
@@ -276,7 +276,7 @@ export default function HomePage() {
handle: "@mariaeats",
testimonial: "Entrou no meu top 10 melhores hambúrgueres de Lisboa. Simplesmente perfeito!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-portrait-cheerful-lovely-blue-eyed-female-with-bobbed-hairstyle-expresses-happiness-being-delighted-after-unforgettable-night-with-lover-isolated-white_273609-3725.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-portrait-cheerful-lovely-blue-eyed-female-with-bobbed-hairstyle-expresses-happiness-being-delighted-after-unforgettable-night-with-lover-isolated-white_273609-3725.jpg?_wi=2",
imageAlt: "Maria Silva",
},
{
@@ -285,7 +285,7 @@ export default function HomePage() {
handle: "@joaofoodie",
testimonial: "O lanche é muito bom e a batata uma delícia. Voltei já três vezes!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-smiling-with-arms-crossed_329181-12120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-smiling-with-arms-crossed_329181-12120.jpg?_wi=2",
imageAlt: "João Santos",
},
{
@@ -294,7 +294,7 @@ export default function HomePage() {
handle: "@anacooks",
testimonial: "Comida incrível e hambúrguer divino. Recomendo para todos os amigos!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-woman-winter-outfit-studio-inspired-lady-has-fun-posing-camera-isolated-bright-background_291650-781.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-woman-winter-outfit-studio-inspired-lady-has-fun-posing-camera-isolated-bright-background_291650-781.jpg?_wi=2",
imageAlt: "Ana Costa",
},
{
@@ -303,7 +303,7 @@ export default function HomePage() {
handle: "@pedrotastes",
testimonial: "O melhor burger que já provei em Lisboa! Ambiente perfeito e atendimento excelente.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg?_wi=2",
imageAlt: "Pedro Oliveira",
},
{