4 Commits

Author SHA1 Message Date
7a5bcf21c1 Update src/app/page.tsx 2026-03-08 10:17:33 +00:00
7aeaed120e Update src/app/layout.tsx 2026-03-08 10:17:32 +00:00
54dff45b1d Update src/app/page.tsx 2026-03-08 10:15:19 +00:00
bdd9e66437 Update src/app/layout.tsx 2026-03-08 10:15:19 +00:00
2 changed files with 9 additions and 1430 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -102,6 +102,7 @@ export default function HomePage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
cardPriceClassName="font-bold text-lg"
/>
</div>
@@ -247,4 +248,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}