Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 89799b873c | |||
| 541d9895fc | |||
| 9f798ba086 | |||
| 1a4e8abfa8 | |||
| ad7295be79 | |||
| 8995a8726a | |||
| 0bf4a865c9 |
@@ -37,7 +37,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="We Haul It All"
|
||||
button={{
|
||||
text: "Schedule Service", href: "#contact"}}
|
||||
text: "Save Project", onClick: () => {
|
||||
alert("Project saved to your account!");
|
||||
console.log("Saving project to user account...");
|
||||
}
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user