Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 05e08ce4e1 | |||
| d994677f94 | |||
| 4d24695824 | |||
| ee80714d29 | |||
| 65f343adaf | |||
| 634592b17c | |||
| 111f56c54b |
@@ -1420,4 +1420,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -48,10 +48,17 @@ export default function LandingPage() {
|
||||
{ value: "2x", label: "Average Revenue Growth" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[{ text: "Book a Free Discovery Call", href: "#contact" }]}
|
||||
buttons={[{ text: "Get Your Custom Website Audit", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="none"
|
||||
tagAnimation="none"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", alt: "Sarah Mitchell" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", alt: "Michael Chen" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", alt: "Emily Rodriguez" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", alt: "David Kim" }
|
||||
]}
|
||||
avatarText="Trusted by coaches and consultants"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -223,4 +230,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user