Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-07 20:11:18 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1398,4 +1398,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -152,6 +152,9 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
buttons={[
{ text: "Join Our Community", href: "/signup" },
]}
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"
@@ -236,4 +239,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}