Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7d8e466d9 | |||
| 2c85140b24 |
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
|||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Get a Free Quote", href: "contact" }}
|
button={{ text: "Book a free meeting", href: "contact" }}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
|||||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148924772.jpg?_wi=2", alt: "Team member 2" },
|
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148924772.jpg?_wi=2", alt: "Team member 2" },
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get a Free Quote", href: "contact" },
|
{ text: "Book a free meeting", href: "contact" },
|
||||||
{ text: "View Our Work", href: "portfolio" },
|
{ text: "View Our Work", href: "portfolio" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user