Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1aaba40be1 | |||
| cf1e0c5d4d | |||
| ddd03bbaee |
@@ -1398,4 +1398,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -152,6 +152,9 @@ export default function HomePage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
buttons={[
|
||||||
|
{ text: "Join Our Community", href: "/signup" },
|
||||||
|
]}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Marcus Johnson", role: "Arcade Game Seller", testimonial: "ArcadeHub made it incredibly easy to connect with serious collectors. I've sold three arcade cabinets in the past month. The seller dashboard helps me manage everything efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/person-working-pottery-workshop_23-2148970766.jpg?_wi=1", imageAlt: "Marcus Johnson"
|
id: "1", name: "Marcus Johnson", role: "Arcade Game Seller", testimonial: "ArcadeHub made it incredibly easy to connect with serious collectors. I've sold three arcade cabinets in the past month. The seller dashboard helps me manage everything efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/person-working-pottery-workshop_23-2148970766.jpg?_wi=1", imageAlt: "Marcus Johnson"
|
||||||
@@ -236,4 +239,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user