Update src/app/page.tsx

This commit is contained in:
2026-05-07 00:38:21 +00:00
parent 77cd53bd34
commit bce2abae54

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
href: "#produtos",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273133.jpg"
imageSrc="http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273133.jpg?_wi=1"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/loaves-bread-basket-inside-rectangular-frame-made-with-flour_23-2147872703.jpg",
@@ -116,21 +116,21 @@ export default function LandingPage() {
name: "Pão Artesanal",
price: "R$ 15,00",
variant: "Padaria",
imageSrc: "http://img.b2bpic.net/free-photo/fragrant-bread-basket-marble-surface_114579-40590.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fragrant-bread-basket-marble-surface_114579-40590.jpg?_wi=1",
},
{
id: "p2",
name: "Doce de Maçã",
price: "R$ 8,00",
variant: "Confeitaria",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-lohri-day-food_23-2148725300.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-lohri-day-food_23-2148725300.jpg?_wi=1",
},
{
id: "p3",
name: "Buffet Self-Service",
price: "R$ 69,90/kg",
variant: "Buffet",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-side-dish-bowls-with-fried-potatoes-rice-boiled-vegetables_141793-501.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-side-dish-bowls-with-fried-potatoes-rice-boiled-vegetables_141793-501.jpg?_wi=1",
},
{
id: "p4",
@@ -247,7 +247,7 @@ export default function LandingPage() {
role: "Cliente",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273133.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273133.jpg?_wi=2",
imageAlt: "diverse fresh bread",
},
{
@@ -256,7 +256,7 @@ export default function LandingPage() {
role: "Cliente",
company: "Local",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/fragrant-bread-basket-marble-surface_114579-40590.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fragrant-bread-basket-marble-surface_114579-40590.jpg?_wi=2",
imageAlt: "diverse fresh bread",
},
{
@@ -265,7 +265,7 @@ export default function LandingPage() {
role: "Cliente",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-lohri-day-food_23-2148725300.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-lohri-day-food_23-2148725300.jpg?_wi=2",
imageAlt: "diverse fresh bread",
},
{
@@ -274,7 +274,7 @@ export default function LandingPage() {
role: "Cliente",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-side-dish-bowls-with-fried-potatoes-rice-boiled-vegetables_141793-501.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-side-dish-bowls-with-fried-potatoes-rice-boiled-vegetables_141793-501.jpg?_wi=2",
imageAlt: "diverse fresh bread",
},
]}