Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| baa19aaad7 | |||
| 0e11fa4ea2 |
@@ -1414,4 +1414,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -191,7 +191,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Send Message", href: "mailto:hello@myemail.com" },
|
{ text: "Send Message", href: "mailto:hello@myemail.com" },
|
||||||
{ text: "Connect on Social", href: "#" }
|
{ text: "Follow My Updates", href: "#" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -226,4 +226,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user