4 Commits

Author SHA1 Message Date
4a2fe397f5 Update src/app/page.tsx 2026-05-17 16:29:20 +00:00
530e144aa0 Merge version_2 into main
Merge version_2 into main
2026-05-17 16:28:29 +00:00
74e37552de Update src/app/page.tsx 2026-05-17 16:28:26 +00:00
9984be91ba Merge version_1 into main
Merge version_1 into main
2026-05-17 16:25:34 +00:00

View File

@@ -35,6 +35,7 @@ export default function LandingPage() {
{ name: "Visit", id: "contact" },
]}
brandName="متحف العبودي"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pyl12t"
button={{
text: "Plan Visit", href: "#contact"}}
/>
@@ -163,6 +164,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pyl12t"
logoText="متحف العبودي"
leftLink={{ text: "Preserving heritage", href: "#" }}
rightLink={{ text: "© 2024 Al Aboodi Museum", href: "#" }}
@@ -171,4 +173,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}