Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c0425e8bf | |||
| d48a90aff4 | |||
| 37aa8cdbba | |||
| bdc6fde1f8 | |||
| b7b565d916 |
@@ -48,6 +48,9 @@ const testimonialItems = [
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/confused-senior-businessman-wearing-suit_1262-3747.jpg", imageAlt: "David Park"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-standing-indoors_1262-107.jpg", imageAlt: "Jessica Lee"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -121,7 +124,10 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
avatars={heroAvatars}
|
||||
avatarText="Join thousands already sharing instantly"
|
||||
buttons={[{ text: "Download Now", href: "#" }]}
|
||||
buttons={[
|
||||
{ text: "Download Now", href: "#" },
|
||||
{ text: "See How It Works", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -213,4 +219,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user