Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-15 17:24:33 +00:00
5 changed files with 84 additions and 43 deletions

View File

@@ -77,7 +77,7 @@ export default function AboutPage() {
description="L&L Sabores é uma padaria de bairro que nasceu com a missão de levar produtos fresquinhos e saborosos para as mesas das famílias de Aberta dos Morros."
subdescription="Cada pão, cada bolo e cada salgado é feito com dedicação, usando ingredientes de qualidade e técnicas tradicionais. Somos parte da comunidade e nos orgulhamos em ser o lugar onde as pessoas se encontram para começar o dia com leveza e sabor."
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24683.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24683.jpg?_wi=2"
imageAlt="Interior acolhedor da padaria"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -101,28 +101,28 @@ export default function AboutPage() {
id: 1,
title: "Pães Fresquinhos Diários",
description: "Todos os pães são feitos na hora, garantindo a frescura e qualidade em cada mordida.",
imageSrc: "http://img.b2bpic.net/free-photo/loaf-bread-female-hands-supermarket_169016-36167.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/loaf-bread-female-hands-supermarket_169016-36167.jpg?_wi=2",
imageAlt: "Pão fresco saindo do forno",
},
{
id: 2,
title: "Tradição de Bairro",
description: "Fazemos parte da comunidade de Aberta dos Morros há anos, servindo gerações de famílias locais.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-daughter-mother-holding-gift-breakfast_23-2147788219.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-daughter-mother-holding-gift-breakfast_23-2147788219.jpg?_wi=2",
imageAlt: "Mãe e filha na padaria",
},
{
id: 3,
title: "Variedade Completa",
description: "De pães artesanais a bolos de encomenda, temos tudo para sua mesa e suas celebrações.",
imageSrc: "http://img.b2bpic.net/free-photo/bread-delicious-croissants-with-copy-space_23-2148365467.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bread-delicious-croissants-with-copy-space_23-2148365467.jpg?_wi=2",
imageAlt: "Variedade de pães e doces",
},
{
id: 4,
title: "Atendimento Amigável",
description: "Nossa equipe é dedicada a fazer seu dia melhor com um sorriso e excelente atendimento.",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-business-woman-work_23-2149100306.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-business-woman-work_23-2149100306.jpg?_wi=2",
imageAlt: "Atendente simpática da padaria",
},
]}
@@ -149,7 +149,7 @@ export default function AboutPage() {
handle: "Cliente desde 2018",
testimonial: "Pãozinho fresquinho, doces e salgados ótimos e atendimento maravilhoso. Venho aqui todos os dias!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/romantic-portrait-woman-beach-windy-day-sunset-warm-light_343596-928.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/romantic-portrait-woman-beach-windy-day-sunset-warm-light_343596-928.jpg?_wi=2",
imageAlt: "Maria Silva",
},
{
@@ -158,7 +158,7 @@ export default function AboutPage() {
handle: "Vizinho",
testimonial: "Melhor padaria do bairro. Os bolos são incríveis e o café é sempre quentinho. Super recomendo!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-man-with-headphones-his-nech-listening-streaming-music_176420-12667.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-man-with-headphones-his-nech-listening-streaming-music_176420-12667.jpg?_wi=2",
imageAlt: "João Santos",
},
{
@@ -167,7 +167,7 @@ export default function AboutPage() {
handle: "Cliente frequente",
testimonial: "Encomendar bolo aqui é seguro. Sempre perfeito, caprichado e delicioso. Já pedi várias vezes!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756307.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756307.jpg?_wi=2",
imageAlt: "Fernanda Costa",
},
]}

View File

@@ -73,7 +73,7 @@ export default function ContactPage() {
description="L&L Sabores está localizado em Aberta dos Morros, pronto para atender você com qualidade e simpatia."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/top-view-map-blue-background_23-2148786160.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-map-blue-background_23-2148786160.jpg?_wi=3"
imageAlt="Mapa de localização da padaria"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -1,24 +1,63 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito } 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 { Nunito } 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 nunito = Nunito({
variable: "--font-nunito",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "L&L Sabores | Padaria e Confeitaria em Porto Alegre",
description: "Padaria artesanal em Aberta dos Morros com pães frescos, bolos, salgados e café da manhã delicioso. Qualidade e tradição para sua mesa. Peça agora!",
keywords: "padaria Porto Alegre, padaria Aberta dos Morros, café da manhã, bolos, salgados, pão fresco, confeitaria",
metadataBase: new URL("https://llsabores.com.br"),
alternates: {
canonical: "https://llsabores.com.br",
},
openGraph: {
title: "L&L Sabores - Padaria Artesanal em Porto Alegre",
description: "Pães frescos, bolos caseiros e salgados deliciosos todos os dias. Visite-nos em Aberta dos Morros.",
url: "https://llsabores.com.br",
siteName: "L&L Sabores",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/sliced-round-rustic-bread-without-kneading-cutting-board-old-rustic-table-with-copy-space-dark-background-homemade-whole-grain-bread-layout-table_166373-2971.jpg",
alt: "Pão fresco L&L Sabores",
},
],
},
twitter: {
card: "summary_large_image",
title: "L&L Sabores - Padaria Artesanal",
description: "Qualidade e sabor em cada produto feito com dedicação.",
images: [
"http://img.b2bpic.net/free-photo/sliced-round-rustic-bread-without-kneading-cutting-board-old-rustic-table-with-copy-space-dark-background-homemade-whole-grain-bread-layout-table_166373-2971.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={`${nunito.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +80,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -81,11 +81,11 @@ export default function MenuPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/sliced-round-rustic-bread-without-kneading-cutting-board-old-rustic-table-with-copy-space-dark-background-homemade-whole-grain-bread-layout-table_166373-2971.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-round-rustic-bread-without-kneading-cutting-board-old-rustic-table-with-copy-space-dark-background-homemade-whole-grain-bread-layout-table_166373-2971.jpg?_wi=2",
imageAlt: "Pães artesanais",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bratwurst-with-pretzels-table_23-2148267540.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bratwurst-with-pretzels-table_23-2148267540.jpg?_wi=2",
imageAlt: "Salgados e pastéis",
},
]}
@@ -106,42 +106,42 @@ export default function MenuPage() {
id: "pao-frances",
name: "Pão Francês",
price: "R$ 0,50",
imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-loaves-bread_23-2148718997.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-loaves-bread_23-2148718997.jpg?_wi=2",
imageAlt: "Pão francês",
},
{
id: "bolo-chocolate",
name: "Bolo de Chocolate",
price: "A partir de R$ 45",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-cake-plate_23-2148251601.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-cake-plate_23-2148251601.jpg?_wi=2",
imageAlt: "Bolo de chocolate",
},
{
id: "coxinha",
name: "Coxinha",
price: "R$ 3,50",
imageSrc: "http://img.b2bpic.net/free-photo/meal-containing-croquettes-small-basket_23-2149306710.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/meal-containing-croquettes-small-basket_23-2149306710.jpg?_wi=2",
imageAlt: "Coxinha crocante",
},
{
id: "pastel",
name: "Pastel",
price: "R$ 4,00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-customs-food-wooden-board_23-2149598957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-customs-food-wooden-board_23-2149598957.jpg?_wi=2",
imageAlt: "Pastel recheado",
},
{
id: "doce-leite",
name: "Doce de Leite",
price: "R$ 2,50",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-muffin-with-raspberry-whipped-cream_23-2147758338.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-muffin-with-raspberry-whipped-cream_23-2147758338.jpg?_wi=2",
imageAlt: "Doce de leite",
},
{
id: "cafe-expresso",
name: "Café Expresso",
price: "R$ 3,00",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-green-cup-with-coffee-female-hands_169016-23917.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-green-cup-with-coffee-female-hands_169016-23917.jpg?_wi=2",
imageAlt: "Café expresso",
},
]}
@@ -155,7 +155,7 @@ export default function MenuPage() {
description="Entre em contato agora mesmo para fazer seu pedido e aproveitar nossos produtos frescos"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/top-view-map-blue-background_23-2148786160.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-map-blue-background_23-2148786160.jpg?_wi=2"
imageAlt: "Localização"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -85,11 +85,11 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/sliced-round-rustic-bread-without-kneading-cutting-board-old-rustic-table-with-copy-space-dark-background-homemade-whole-grain-bread-layout-table_166373-2971.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-round-rustic-bread-without-kneading-cutting-board-old-rustic-table-with-copy-space-dark-background-homemade-whole-grain-bread-layout-table_166373-2971.jpg?_wi=1",
imageAlt: "Pão fresco e quente da padaria",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bratwurst-with-pretzels-table_23-2148267540.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bratwurst-with-pretzels-table_23-2148267540.jpg?_wi=1",
imageAlt: "Doces e pastéis artesanais",
},
{
@@ -110,7 +110,7 @@ export default function HomePage() {
description="L&L Sabores é uma padaria de bairro que nasceu com a missão de levar produtos fresquinhos e saborosos para as mesas das famílias de Aberta dos Morros."
subdescription="Cada pão, cada bolo e cada salgado é feito com dedicação, usando ingredientes de qualidade e técnicas tradicionais. Somos parte da comunidade e nos orgulhamos em ser o lugar onde as pessoas se encontram para começar o dia com leveza e sabor."
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24683.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24683.jpg?_wi=1"
imageAlt="Interior acolhedor da padaria"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -133,42 +133,42 @@ export default function HomePage() {
id: "pao-frances",
name: "Pão Francês",
price: "R$ 0,50",
imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-loaves-bread_23-2148718997.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-loaves-bread_23-2148718997.jpg?_wi=1",
imageAlt: "Pão francês quente",
},
{
id: "bolo-chocolate",
name: "Bolo de Chocolate",
price: "A partir de R$ 45",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-cake-plate_23-2148251601.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-cake-plate_23-2148251601.jpg?_wi=1",
imageAlt: "Bolo de chocolate caseiro",
},
{
id: "coxinha",
name: "Coxinha",
price: "R$ 3,50",
imageSrc: "http://img.b2bpic.net/free-photo/meal-containing-croquettes-small-basket_23-2149306710.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/meal-containing-croquettes-small-basket_23-2149306710.jpg?_wi=1",
imageAlt: "Coxinha crocante",
},
{
id: "pastel",
name: "Pastel",
price: "R$ 4,00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-customs-food-wooden-board_23-2149598957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-customs-food-wooden-board_23-2149598957.jpg?_wi=1",
imageAlt: "Pastel recheado",
},
{
id: "doce-leite",
name: "Doce de Leite",
price: "R$ 2,50",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-muffin-with-raspberry-whipped-cream_23-2147758338.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-muffin-with-raspberry-whipped-cream_23-2147758338.jpg?_wi=1",
imageAlt: "Doce de leite cremoso",
},
{
id: "cafe-expresso",
name: "Café Expresso",
price: "R$ 3,00",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-green-cup-with-coffee-female-hands_169016-23917.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-green-cup-with-coffee-female-hands_169016-23917.jpg?_wi=1",
imageAlt: "Café expresso quente",
},
]}
@@ -190,28 +190,28 @@ export default function HomePage() {
id: 1,
title: "Pães Fresquinhos Diários",
description: "Todos os pães são feitos na hora, garantindo a frescura e qualidade em cada mordida.",
imageSrc: "http://img.b2bpic.net/free-photo/loaf-bread-female-hands-supermarket_169016-36167.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/loaf-bread-female-hands-supermarket_169016-36167.jpg?_wi=1",
imageAlt: "Pão fresco do forno",
},
{
id: 2,
title: "Tradição de Bairro",
description: "Fazemos parte da comunidade de Aberta dos Morros há anos, servindo gerações de famílias locais.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-daughter-mother-holding-gift-breakfast_23-2147788219.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-daughter-mother-holding-gift-breakfast_23-2147788219.jpg?_wi=1",
imageAlt: "Família na padaria",
},
{
id: 3,
title: "Variedade Completa",
description: "De pães artesanais a bolos de encomenda, temos tudo para sua mesa e suas celebrações.",
imageSrc: "http://img.b2bpic.net/free-photo/bread-delicious-croissants-with-copy-space_23-2148365467.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bread-delicious-croissants-with-copy-space_23-2148365467.jpg?_wi=1",
imageAlt: "Variedade de produtos",
},
{
id: 4,
title: "Atendimento Amigável",
description: "Nossa equipe é dedicada a fazer seu dia melhor com um sorriso e excelente atendimento.",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-business-woman-work_23-2149100306.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-business-woman-work_23-2149100306.jpg?_wi=1",
imageAlt: "Atendimento ao cliente",
},
]}
@@ -236,7 +236,7 @@ export default function HomePage() {
handle: "Cliente desde 2018",
testimonial: "Pãozinho fresquinho, doces e salgados ótimos e atendimento maravilhoso. Venho aqui todos os dias!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/romantic-portrait-woman-beach-windy-day-sunset-warm-light_343596-928.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/romantic-portrait-woman-beach-windy-day-sunset-warm-light_343596-928.jpg?_wi=1",
imageAlt: "Maria Silva",
},
{
@@ -245,7 +245,7 @@ export default function HomePage() {
handle: "Vizinho",
testimonial: "Melhor padaria do bairro. Os bolos são incríveis e o café é sempre quentinho. Super recomendo!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-man-with-headphones-his-nech-listening-streaming-music_176420-12667.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-man-with-headphones-his-nech-listening-streaming-music_176420-12667.jpg?_wi=1",
imageAlt: "João Santos",
},
{
@@ -254,7 +254,7 @@ export default function HomePage() {
handle: "Cliente frequente",
testimonial: "Encomendar bolo aqui é seguro. Sempre perfeito, caprichado e delicioso. Já pedi várias vezes!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756307.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756307.jpg?_wi=1",
imageAlt: "Fernanda Costa",
},
{
@@ -295,7 +295,7 @@ export default function HomePage() {
description="L&L Sabores está localizado em Aberta dos Morros, pronto para atender você com qualidade e simpatia."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/top-view-map-blue-background_23-2148786160.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-map-blue-background_23-2148786160.jpg?_wi=1"
imageAlt="Mapa de localização da padaria"
mediaAnimation="slide-up"
mediaPosition="right"