3 Commits

Author SHA1 Message Date
4626332ffb Update src/app/page.tsx 2026-04-06 06:41:17 +00:00
dd2cdd63df Update src/app/page.tsx 2026-04-06 06:40:45 +00:00
aca9a916bc Merge version_1 into main
Merge version_1 into main
2026-04-06 06:26:58 +00:00

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
{
text: "Ver cardápio completo", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/steak-with-vegetable-salad-fried-potatoes_114579-3255.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ByM9kqI2OQzVCB4kwcjxDOTohc/uploaded-1775457630893-c8y35rub.jpg"
imageAlt="Churrasco autêntico no Cowboy Restaurante"
mediaAnimation="slide-up"
/>
@@ -166,4 +166,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}