Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cccf057763 | |||
| 0990f89032 | |||
| 8f63fbf6a8 | |||
| 01f784b9cf |
@@ -1424,4 +1424,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,7 +93,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Browse All", href: "#collections" }
|
||||
{ text: "Browse All", href: "#collections" },
|
||||
{ text: "WhatsApp Inquiry", href: "https://wa.me/962XXXXXXXXX" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -237,4 +238,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user