Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-05-26 01:21:36 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -66,9 +66,9 @@ export default function LandingPage() {
heading={[
{
type: "text", content: "Acesso Seguro e Simples"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/lock-icon-front-side_187299-39511.jpg", alt: "Interface de login segura"},
]}
imageSrc="http://img.b2bpic.net/free-photo/lock-icon-front-side_187299-39511.jpg"
imageAlt="Interface de login segura"
/>
</div>

View File

@@ -76,13 +76,13 @@ export default function LandingPage() {
heading={[
{
type: "text", content: "Sobre Nós e Nossos Diferenciais"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183731.jpg", alt: "Interior aconchegante do restaurante Yano Pastel"},
]}
buttons={[
{
text: "Conheça Mais", href: "/#about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183731.jpg"
imageAlt="Interior aconchegante do restaurante Yano Pastel"
/>
</div>