Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 771ffe742f | |||
| 360f909590 | |||
| c750ac1e24 | |||
| 3e158199cb | |||
| cfc028eb7a | |||
| 0435bf5ac0 |
@@ -79,10 +79,11 @@ export default function LandingPage() {
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Get a Free Quote", href: "#contact" },
|
||||
{ text: "Get Free Quote Now", href: "#contact" },
|
||||
{ text: "View Our Work", href: "#portfolio" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonClassName="bg-gradient-to-r from-blue-600 to-blue-700 hover:from-blue-700 hover:to-blue-800 text-white font-semibold shadow-lg hover:shadow-xl transition-all duration-300 scale-105 hover:scale-110"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -251,8 +252,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Call 07588 883183", href: "tel:07588883183" },
|
||||
{ text: "Send Us a Message", href: "#contact-form" },
|
||||
{ text: "Call Now: 07588 883183", href: "tel:07588883183" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user