@beydesign/storybook 0.4.8 → 0.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -70,19 +70,19 @@ const LEFT_COLUMNS = [
|
|
|
70
70
|
{
|
|
71
71
|
offset: 0,
|
|
72
72
|
images: [AVATARS.laura, AVATARS.jerome, AVATARS.yuruo],
|
|
73
|
-
marqueeImages: [AVATARS.
|
|
73
|
+
marqueeImages: [AVATARS.jerome, AVATARS.laura, AVATARS.yuruo],
|
|
74
74
|
},
|
|
75
75
|
];
|
|
76
76
|
const RIGHT_COLUMNS = [
|
|
77
77
|
{
|
|
78
78
|
offset: -20,
|
|
79
|
-
images: [AVATARS.laura, AVATARS.
|
|
80
|
-
marqueeImages: [AVATARS.
|
|
79
|
+
images: [AVATARS.laura, AVATARS.micheal, AVATARS.jerome],
|
|
80
|
+
marqueeImages: [AVATARS.micheal, AVATARS.laura, AVATARS.jerome],
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
offset: 0,
|
|
84
84
|
images: [AVATARS.fjolla, AVATARS.yuruo, AVATARS.nelly],
|
|
85
|
-
marqueeImages: [AVATARS.
|
|
85
|
+
marqueeImages: [AVATARS.yuruo, AVATARS.fjolla, AVATARS.nelly],
|
|
86
86
|
},
|
|
87
87
|
];
|
|
88
88
|
export const PromoBanner = ({ title = 'Real-time AI avatars for every conversation.', description = 'Trusted by developers, startups, educators, and enterprises to build engaging AI experiences at scale:', features = [
|