Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7589bcccd0 | |||
| af72001882 | |||
| c16a2aa14c | |||
| 92910c5686 | |||
| 2e856dc0ca | |||
| 254d93f625 |
@@ -80,6 +80,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Get Started on Your Project", href: "#contact" }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Brand Design", name: "Custom Logo Design", price: "Starting at $2,500", rating: 5,
|
||||
@@ -230,4 +233,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user