Merge version_3 into main #8

Merged
bender merged 1 commits from version_3 into main 2026-03-13 14:03:10 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
buttons={[{ text: "Scopri le opere", href: "#gallery" }]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ri8f5t", imageAlt: "Flavia Esposito, pittrice contemporanea, al lavoro nel suo studio"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtKyaVUrQEmzjOUo8MKIhDLNZO/uploaded-1773410531118-d4r9bn3k.png", imageAlt: "Flavia Esposito, pittrice contemporanea, al lavoro nel suo studio"
}
]}
buttonAnimation="slide-up"
@@ -259,4 +259,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}