Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a2fe397f5 | |||
| 530e144aa0 | |||
| 74e37552de | |||
| 9984be91ba |
@@ -35,6 +35,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Visit", id: "contact" },
|
{ name: "Visit", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="متحف العبودي"
|
brandName="متحف العبودي"
|
||||||
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pyl12t"
|
||||||
button={{
|
button={{
|
||||||
text: "Plan Visit", href: "#contact"}}
|
text: "Plan Visit", href: "#contact"}}
|
||||||
/>
|
/>
|
||||||
@@ -163,6 +164,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pyl12t"
|
||||||
logoText="متحف العبودي"
|
logoText="متحف العبودي"
|
||||||
leftLink={{ text: "Preserving heritage", href: "#" }}
|
leftLink={{ text: "Preserving heritage", href: "#" }}
|
||||||
rightLink={{ text: "© 2024 Al Aboodi Museum", href: "#" }}
|
rightLink={{ text: "© 2024 Al Aboodi Museum", href: "#" }}
|
||||||
@@ -171,4 +173,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user