From e3150ef60a200cd66a7086822a1781dc9e6bd79c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 17:24:26 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 904faa5..3698f10 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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", }, ]} -- 2.49.1 From ca17dfbeb750705e643154ece68ce203f59a7087 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 17:24:26 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9004567..66cd231 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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" -- 2.49.1 From 0be0ae410539884d398ef6b9708ee8df984302d1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 17:24:27 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 57 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 49 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5aaf8c4..39cf45e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}