3 Commits

Author SHA1 Message Date
b086686c7f Bob AI: Add red heart decorative elements around the 'Order Your Fav 2026-02-27 00:19:33 +02:00
224b04256d Update src/app/layout.tsx 2026-02-26 22:15:48 +00:00
b233841e11 Merge version_6 into main
Merge version_6 into main
2026-02-26 22:12:43 +00:00
2 changed files with 1368 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -61,6 +61,7 @@ interface PricingCardItemProps {
plan: PricingPlan;
shouldUseLightText: boolean;
cardClassName?: string;
titleContent?: React.ReactNode;
badgeClassName?: string;
priceClassName?: string;
subtitleClassName?: string;