Merge version_17 into main #28

Merged
bender merged 2 commits from version_17 into main 2026-03-05 07:45:48 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1390,4 +1390,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -148,7 +148,7 @@ const footerColumns = [
const footerProps = {
columns: footerColumns,
copyrightText: "© 2025 DeCasa. Premium wood-fired pizza."
copyrightText: "© 2025 DeCasa. Premium wood-fired pizza.", logoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOPwaLclIhBPrud8y1xTqDki0/uploaded-1772696708269-kf23an8u.png", logoAlt: "DeCasa Pizza Logo"
};
export default function LandingPage() {
@@ -198,4 +198,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}