Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c2cf087e1e | |||
| ac5f5be582 | |||
| 6a7dd55cb6 | |||
| 0875a5c0c6 |
@@ -53,7 +53,10 @@ export default function LandingPage() {
|
||||
{ value: "24/7", label: "Creative Support" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "View Portfolio", href: "#products" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendered-design-elements-arrangement_23-2148996770.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
@@ -188,4 +191,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user